Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c06b33a8 authored by Jahdiel Alvarez's avatar Jahdiel Alvarez Committed by Android (Google) Code Review
Browse files

Merge "Avoid holding lock while creating and starting storage session" into main

parents fef2c199 636aff7e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -126,11 +126,11 @@ public final class StorageSessionController {
                connection = new StorageUserConnection(mContext, userId, this);
                mConnections.put(userId, connection);
            }
        }
        Slog.i(TAG, "Creating and starting session with id: " + sessionId);
        connection.startSession(sessionId, deviceFd, vol.getPath().getPath(),
                vol.getInternalPath().getPath());
    }
    }

    /**
     * Notifies the Storage Service that volume state for {@code vol} is changed.