Loading ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodRuntimeEnvironmentController.java +5 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodRuntimeEnvironmentController.java +5 −1 Original line number Diff line number Diff line Loading @@ -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); Loading