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

Commit 09d8141d authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Skip reporting resumes due to config change."

parents 17e858a9 7efcc0c1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2529,7 +2529,6 @@ public final class ActivityManagerService extends ActivityManagerNative
    }
    void reportResumedActivityLocked(ActivityRecord r) {
        //Slog.i(TAG, "**** REPORT RESUME: " + r);
        updateUsageStats(r, true);
    }
+0 −3
Original line number Diff line number Diff line
@@ -3349,9 +3349,6 @@ final class ActivityStack {
        if (andResume) {
            r.results = null;
            r.newIntents = null;
            if (mStackSupervisor.isFrontStack(this)) {
                mService.reportResumedActivityLocked(r);
            }
            r.state = ActivityState.RESUMED;
        } else {
            mHandler.removeMessages(PAUSE_TIMEOUT_MSG, r);