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

Commit cf119c31 authored by Evan Rosky's avatar Evan Rosky
Browse files

Switch shell-transit default to screenshots

Switch default to screenshots. This will hopefully aleviate
some of the ANR issues we see with buffer contention.

Bug: 242056267
Test: existing tests pass
Change-Id: Ie545465cac0207631ada6dac003340ca80eb2b14
parent f121693b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ class TransitionController {

    /** Which sync method to use for transition syncs. */
    static final int SYNC_METHOD =
            android.os.SystemProperties.getBoolean("persist.wm.debug.shell_transit_blast", true)
            android.os.SystemProperties.getBoolean("persist.wm.debug.shell_transit_blast", false)
                    ? BLASTSyncEngine.METHOD_BLAST : BLASTSyncEngine.METHOD_NONE;

    /** The same as legacy APP_TRANSITION_TIMEOUT_MS. */