我想查看我的痕跡。Android,traceview的獨立版本已棄用
1-在代碼中,我已經添加這些代碼行:
// Start trace recording
android.os.Debug.startMethodTracing("hc_traceview");
和
// Stop trace recording
android.os.Debug.stopMethodTracing();
2-我可以在DDMS的文件瀏覽器看到 「hc_traceview.terac
」。
3-基於Viewing Trace Files in Traceview,我跑以下在終端的命令:
@hesam-K5VD:~/Desktop/Eclipse/sdk/tools$ traceview /mnt/sdcard/hc_traceview
但是出放是:基於建議
The standalone version of traceview is deprecated.
Please use Android Device Monitor (tools/monitor) instead.
trace file '/mnt/sdcard/hc_traceview' not found
4-,我跑以下在終端的命令:
@hesam-K5VD:~/Desktop/Eclipse/sdk/tools$ monitor /mnt/sdcard/hc_traceview
DDMS打開但我的痕跡不在這裏:( 怎麼可以我看到我的痕跡?
任何建議,將不勝感激。
謝謝Mr.Me,你說得對。這是另一種不準確的方式。我暫時解決了將該文件從設備拖到桌面並通過文件/打開DDMS打開該.trace文件的問題。 – Hesam 2013-02-14 10:20:52