Lately it feels like there is more activity around running, investigating, and fixing Android automated tests -- that's great to see!
When looking at logs from automated test logs, be aware that there are differences between desktop and Android. Some messages dumped to standard output will appear in the desktop test log, but not on Android: They likely appear in the logcat instead. Logcat also provides additional diagnostic logging from geckoview, as well as logging from the OS and other apps running on the test device. It is a complicated, comprehensive account of what is happening on the device -- often essential to understanding test failures. All Android test tasks have the full logcat attached as a separate artifact, visible in the treeherder Job Details pane and also in the Log Viewer. Look for "*artifact uploaded:* logcat-<device>.log". _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform