Loading services/core/java/com/android/server/storage/StorageSessionController.java +3 −3 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
services/core/java/com/android/server/storage/StorageSessionController.java +3 −3 Original line number Diff line number Diff line Loading @@ -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. Loading