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

Commit 7e76d37f authored by Jing Ji's avatar Jing Ji Committed by Gerrit Code Review
Browse files

Merge "Explicitly exit from the am instrument after test completes"

parents ec9a8515 209ddf98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -545,6 +545,8 @@ public class Instrument {
                mWm.setAnimationScales(oldAnims);
            }
        }
        // Exit from here instead of going down the path of normal shutdown which is slow.
        System.exit(0);
    }

    private static String readLogcat(long startTimeMs) {