I need to somehow profile an Android app while running automatic UI tests using Calabash. What I got from my web search is that the built-in Android monitor is the way to profile it. The problem is that I need profiling data exported and, preferably, in a friendly format.
What I need:
- The load, for example. CPU in%
- Time
Is there a way to export Android monitor profile data to a text file or equivalent? Or could I do this with some other than the Android monitor? I saw something about viewing a trace, but I donโt see if this will fit my needs. Please correct me if I am wrong.
source
share