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

Commit 8b982d4d authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "PreloadCheck: Reset UncaughtExceptionHandler" am: 73b25f4f am:...

Merge "Merge "PreloadCheck: Reset UncaughtExceptionHandler" am: 73b25f4f am: 5e84a458 am: faecc4f6"
parents a477f471 66877c0e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {