Merge "PreloadCheck: Reset UncaughtExceptionHandler"
am: 73b25f4fcc
Change-Id: I6fee87846fe5b8b64500b880b08fa6371578102b
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user