Loading services/core/java/com/android/server/StorageManagerService.java +131 −1083 File changed.Preview size limit exceeded, changes collapsed. Show changes services/java/com/android/server/SystemServer.java +0 −14 Original line number Diff line number Diff line Loading @@ -1146,20 +1146,6 @@ public final class SystemServer { traceEnd(); } /* * StorageManagerService has a few dependencies: Notification Manager and * AppWidget Provider. Make sure StorageManagerService is completely started * first before continuing. */ if (storageManager != null && !mOnlyCore) { traceBeginAndSlog("WaitForAsecScan"); try { storageManager.waitForAsecScan(); } catch (RemoteException ignored) { } traceEnd(); } traceBeginAndSlog("StartNotificationManager"); mSystemServiceManager.startService(NotificationManagerService.class); SystemNotificationChannels.createAll(context); Loading Loading
services/core/java/com/android/server/StorageManagerService.java +131 −1083 File changed.Preview size limit exceeded, changes collapsed. Show changes
services/java/com/android/server/SystemServer.java +0 −14 Original line number Diff line number Diff line Loading @@ -1146,20 +1146,6 @@ public final class SystemServer { traceEnd(); } /* * StorageManagerService has a few dependencies: Notification Manager and * AppWidget Provider. Make sure StorageManagerService is completely started * first before continuing. */ if (storageManager != null && !mOnlyCore) { traceBeginAndSlog("WaitForAsecScan"); try { storageManager.waitForAsecScan(); } catch (RemoteException ignored) { } traceEnd(); } traceBeginAndSlog("StartNotificationManager"); mSystemServiceManager.startService(NotificationManagerService.class); SystemNotificationChannels.createAll(context); Loading