зеркало из https://github.com/mozilla/gecko-dev.git
a908bb5504
The existing ANR and tombstone checks in remoteautomation are used by mochitests and reftests but are awkward for other harnesses like cppunit that do not use remoteautomation...and easily missed. This patch moves that code to the mozharness AndroidMixin, treating ANRs and tombstones like the logcat: Make sure any old logs are deleted when the mozharness script starts, then move any logs found at the end of the run to the upload directory. https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=f3de1e9836da2b0c9232f5d92c751b979459e19b demonstrates tombstone artifacts for the Android 7.0 cppunit tests. Differential Revision: https://phabricator.services.mozilla.com/D21774 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
remoteautomation.py |