Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
-
8d4022187 (dev), a3c462f87 (6.8), 116ec82af (dev), d8c566e82 (6.8)
-
2024wk44s3FOQtforAndroid
Description
Add a way to report the exit code for Android apps, at least for tests, that androidtestrunner can use to reliably check if a test failed or not, instead of having custom test results parsers. This would minimize the amount of play the test runner needs to do. One way is to write the test return code to a file under the app's files directory, that can be read by the test runner.