Android tests: print all exceptions
This commit is contained in:
+5
-1
@@ -204,15 +204,19 @@ public class CodegenTestsOnAndroidRunner {
|
||||
}
|
||||
catch (RuntimeException e) {
|
||||
e.printStackTrace();
|
||||
throw e;
|
||||
}
|
||||
finally {
|
||||
emulator.stopEmulator();
|
||||
}
|
||||
}
|
||||
catch (RuntimeException e) {
|
||||
e.printStackTrace();
|
||||
throw e;
|
||||
}
|
||||
finally {
|
||||
emulator.finishEmulatorProcesses();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
private static class Statistics {
|
||||
|
||||
Reference in New Issue
Block a user