Loading services/core/java/com/android/server/om/IdmapDaemon.java +7 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,13 @@ class IdmapDaemon { } private static void stopIdmapService() { try { SystemService.stop(IDMAP_DAEMON); } catch (RuntimeException e) { // If the idmap daemon cannot be disabled for some reason, it is okay // since we already finished invoking idmap. Slog.w(TAG, "Failed to disable idmap2 daemon", e); } } private Connection connect() throws TimeoutException, RemoteException { Loading Loading
services/core/java/com/android/server/om/IdmapDaemon.java +7 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,13 @@ class IdmapDaemon { } private static void stopIdmapService() { try { SystemService.stop(IDMAP_DAEMON); } catch (RuntimeException e) { // If the idmap daemon cannot be disabled for some reason, it is okay // since we already finished invoking idmap. Slog.w(TAG, "Failed to disable idmap2 daemon", e); } } private Connection connect() throws TimeoutException, RemoteException { Loading