Loading ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodRuntimeEnvironmentController.java +1 −7 Original line number Diff line number Diff line Loading @@ -590,6 +590,7 @@ public class RavenwoodRuntimeEnvironmentController { return outer; } // TODO: use it to tolerate assert failures on the main thread static void dispatchMessage(Message msg) { try { msg.getTarget().dispatchMessage(msg); Loading @@ -613,13 +614,6 @@ public class RavenwoodRuntimeEnvironmentController { maybeThrowPendingRecoverableUncaughtException(); } public static void logTestRunner(String label, Description description) { // This message string carefully matches the exact format emitted by on-device tests, to // aid developers in debugging raw text logs Log.e("TestRunner", label + ": " + description.getMethodName() + "(" + description.getTestClass().getName() + ")"); } private static void maybeThrowPendingRecoverableUncaughtException() { final Throwable pending = sPendingRecoverableUncaughtException.getAndSet(null); if (pending != null) { Loading Loading
ravenwood/junit-impl-src/android/platform/test/ravenwood/RavenwoodRuntimeEnvironmentController.java +1 −7 Original line number Diff line number Diff line Loading @@ -590,6 +590,7 @@ public class RavenwoodRuntimeEnvironmentController { return outer; } // TODO: use it to tolerate assert failures on the main thread static void dispatchMessage(Message msg) { try { msg.getTarget().dispatchMessage(msg); Loading @@ -613,13 +614,6 @@ public class RavenwoodRuntimeEnvironmentController { maybeThrowPendingRecoverableUncaughtException(); } public static void logTestRunner(String label, Description description) { // This message string carefully matches the exact format emitted by on-device tests, to // aid developers in debugging raw text logs Log.e("TestRunner", label + ": " + description.getMethodName() + "(" + description.getTestClass().getName() + ")"); } private static void maybeThrowPendingRecoverableUncaughtException() { final Throwable pending = sPendingRecoverableUncaughtException.getAndSet(null); if (pending != null) { Loading