Merge "Remove bad logs" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-07-26 00:58:40 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ public class NotificationHistoryManager {
void onBootPhaseAppsCanStart() { void onBootPhaseAppsCanStart() {
try { try {
Slog.d("julia", "trying to schedule job");
NotificationHistoryJobService.scheduleJob(mContext); NotificationHistoryJobService.scheduleJob(mContext);
} catch (Throwable e) { } catch (Throwable e) {
Slog.e(TAG, "Failed to schedule cleanup job", e); Slog.e(TAG, "Failed to schedule cleanup job", e);

View File

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