diff options
| -rw-r--r-- | services/core/java/com/android/server/notification/NotificationHistoryManager.java | 1 | ||||
| -rwxr-xr-x | services/core/java/com/android/server/notification/NotificationManagerService.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/notification/NotificationHistoryManager.java b/services/core/java/com/android/server/notification/NotificationHistoryManager.java index cf878a4c093e..6a46048e80e1 100644 --- a/services/core/java/com/android/server/notification/NotificationHistoryManager.java +++ b/services/core/java/com/android/server/notification/NotificationHistoryManager.java @@ -85,7 +85,6 @@ public class NotificationHistoryManager { void onBootPhaseAppsCanStart() { try { - Slog.d("julia", "trying to schedule job"); NotificationHistoryJobService.scheduleJob(mContext); } catch (Throwable e) { Slog.e(TAG, "Failed to schedule cleanup job", e); diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index f135a42dcde4..7d1847cf7cfb 100755 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java @@ -2723,7 +2723,6 @@ public class NotificationManagerService extends SystemService { mListeners.onBootPhaseAppsCanStart(); mAssistants.onBootPhaseAppsCanStart(); mConditionProviders.onBootPhaseAppsCanStart(); - Slog.d("julia", "boot phase"); mHistoryManager.onBootPhaseAppsCanStart(); registerDeviceConfigChange(); migrateDefaultNAS(); |