googlecodelabs / android-perf-testing

Automated Performance Testing on Android
https://codelabs.developers.google.com/codelabs/android-perf-testing/
Apache License 2.0
93 stars 39 forks source link

Move systrace from the monkeyrunner script into the Test APK #8

Open PaulRashidi opened 8 years ago

PaulRashidi commented 8 years ago

On Android-L and above I believe we can utilize execShellCommand in a rule to do atrace. Need to investigate how to introduce this while also being as backward compatible behind Android-L.