Merge "Explicitly exit from the am instrument after test completes"
This commit is contained in:
commit
7e76d37fdb
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user