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

Commit cdb9983b authored by Jing Ji's avatar Jing Ji Committed by Automerger Merge Worker
Browse files

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

Merge "Explicitly exit from the am instrument after test completes" am: 7e76d37f am: e13662e5 am: 1ec04270

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1877024

Change-Id: I0fb1a383bb5faed5a47dd23cb0eb8ac044cd6bbb
parents f6d9afa4 1ec04270
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) {