Control trace start and end
dodola opened this issue · 2 comments
dodola commented
request a feature to get a small range trace ,like begin MainActivity.onCreate
to MainActivity.onResume
all method traces.
Leland-Takamine commented
This is possible today, though the workflow is a bit clunky:
- Use the Java API to start and stop tracing in code.
adb pull
the file off the device.- Open the file in the Nanoscope Visualizer with
nanoscope open <trace-file>
.
Let me know if you have any suggestions to improve this workflow.
dodola commented
Oh Thank you. It is very useful