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

Commit 5e84a458 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "PreloadCheck: Reset UncaughtExceptionHandler"

am: 73b25f4f

Change-Id: I6fee87846fe5b8b64500b880b08fa6371578102b
parents 69371803 73b25f4f
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 {