Loading tools/preload-check/device/src/com/android/preload/check/Util.java +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ public class Util { } catch (Throwable t) { throw new RuntimeException(t); } // Reset the framework's kill handler. Thread.setDefaultUncaughtExceptionHandler(null); } public static Collection<DexFile> getBootDexFiles() throws Exception { Loading Loading
tools/preload-check/device/src/com/android/preload/check/Util.java +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ public class Util { } catch (Throwable t) { throw new RuntimeException(t); } // Reset the framework's kill handler. Thread.setDefaultUncaughtExceptionHandler(null); } public static Collection<DexFile> getBootDexFiles() throws Exception { Loading