Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ef43b2f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 0844f8ee a8fb966e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
+0 −1
Original line number Diff line number Diff line
@@ -2723,7 +2723,6 @@ public class NotificationManagerService extends SystemService {
            mListeners.onBootPhaseAppsCanStart();
            mAssistants.onBootPhaseAppsCanStart();
            mConditionProviders.onBootPhaseAppsCanStart();
            Slog.d("julia", "boot phase");
            mHistoryManager.onBootPhaseAppsCanStart();
            registerDeviceConfigChange();
            migrateDefaultNAS();