Loading cmds/am/src/com/android/commands/am/Instrument.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
cmds/am/src/com/android/commands/am/Instrument.java +2 −0 Original line number Diff line number Diff line Loading @@ -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