I want to see my footprints.
1- In the code, I added these lines of code:
// Start trace recording android.os.Debug.startMethodTracing("hc_traceview");
and
// Stop trace recording android.os.Debug.stopMethodTracing();
2- I see " hc_traceview.terac " in the DDMS file explorer.
3- Based on the View trace files in Traceview, I executed the following command in the terminal:
@hesam-K5VD:~/Desktop/Eclipse/sdk/tools$ traceview /mnt/sdcard/hc_traceview
But outside of this:
The standalone version of traceview is deprecated. Please use Android Device Monitor (tools/monitor) instead. trace file '/mnt/sdcard/hc_traceview' not found
4- Based on the suggestion, I executed the following command in the terminal:
@hesam-K5VD:~/Desktop/Eclipse/sdk/tools$ monitor /mnt/sdcard/hc_traceview
DDMS is open, but my footprints are not here :( How can I see my footprints?
Any suggestion would be appreciated.
source share