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

Commit 9c25e58c authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Move the dumpable to the end of the critical section

Test: dumpsysui
Bug: 292221335
Flag: NA
Change-Id: Iebc010d72719ea2e29e22689385ae24809f8d25e
parent a631162b
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;