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

Commit 389473d5 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Move the dumpable to the end of the critical section" into main

parents 485ffe0d 9c25e58c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -183,7 +183,8 @@ public class NotificationShadeWindowControllerImpl implements NotificationShadeW
        mBackgroundExecutor = backgroundExecutor;
        mColorExtractor = colorExtractor;
        mScreenOffAnimationController = screenOffAnimationController;
        dumpManager.registerDumpable(this);
        // prefix with {slow} to make sure this dumps at the END of the critical section.
        dumpManager.registerCriticalDumpable("{slow}NotificationShadeWindowControllerImpl", this);
        mAuthController = authController;
        mUserInteractor = userInteractor;
        mSceneContainerFlags = sceneContainerFlags;