From a8fb966e0d43cad08a2bf869793e911c7e3f71dd Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Mon, 25 Jul 2022 15:59:00 -0400 Subject: Remove bad logs Test: make Bug: 237039804 Change-Id: I9616cad00ebea0cfb5df41c7d39cd455432e8346 --- .../java/com/android/server/notification/NotificationHistoryManager.java | 1 - .../java/com/android/server/notification/NotificationManagerService.java | 1 - 2 files changed, 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(); -- cgit v1.2.3-59-g8ed1b