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

Commit ff50c088 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Ravenwood] Sync AOSP and internal main as close as possible" into main

parents 6638d4c3 fff946a5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -335,7 +335,11 @@ public class RavenwoodRuntimeEnvironmentController {
        }
        android.os.Process.reset$ravenwood();

        try {
            ResourcesManager.setInstance(null); // Better structure needed.
        } catch (Exception e) {
            // AOSP-CHANGE: AOSP doesn't support resources yet.
        }

        if (ENABLE_UNCAUGHT_EXCEPTION_DETECTION) {
            maybeThrowPendingUncaughtException(true);