Merge "Remove bad logs" into tm-qpr-dev am: 9ef43b2f6a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19414438 Change-Id: I7b6efe82014d2204ae6113eba30f5693c8b48a94 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -2723,7 +2723,6 @@ public class NotificationManagerService extends SystemService {
|
||||
mListeners.onBootPhaseAppsCanStart();
|
||||
mAssistants.onBootPhaseAppsCanStart();
|
||||
mConditionProviders.onBootPhaseAppsCanStart();
|
||||
Slog.d("julia", "boot phase");
|
||||
mHistoryManager.onBootPhaseAppsCanStart();
|
||||
registerDeviceConfigChange();
|
||||
migrateDefaultNAS();
|
||||
|
||||
Reference in New Issue
Block a user