diff options
| author | 2022-07-26 00:58:40 +0000 | |
|---|---|---|
| committer | 2022-07-26 00:58:40 +0000 | |
| commit | 9ef43b2f6ae222527cac60add88c06d2cb53d688 (patch) | |
| tree | 176281230fdd13eac655e3c6f3cb6d005b28550e | |
| parent | 0844f8ee6bede4c0f956cf8d79cf73c133a15bc6 (diff) | |
| parent | a8fb966e0d43cad08a2bf869793e911c7e3f71dd (diff) | |
Merge "Remove bad logs" into tm-qpr-dev
| -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(); |