Remove bad logs

Test: make
Bug: 237039804
Change-Id: I9616cad00ebea0cfb5df41c7d39cd455432e8346
This commit is contained in:
Julia Reynolds
2022-07-25 15:59:00 -04:00
parent dc67d818ec
commit a8fb966e0d
2 changed files with 0 additions and 2 deletions

View File

@@ -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);

View File

@@ -2723,7 +2723,6 @@ public class NotificationManagerService extends SystemService {
mListeners.onBootPhaseAppsCanStart();
mAssistants.onBootPhaseAppsCanStart();
mConditionProviders.onBootPhaseAppsCanStart();
Slog.d("julia", "boot phase");
mHistoryManager.onBootPhaseAppsCanStart();
registerDeviceConfigChange();
migrateDefaultNAS();