How can i open .trace file format(traceview) without DDMS?

后端 未结 5 1206
终归单人心
终归单人心 2021-02-06 00:48

I want to save a log of method calls. Traceview supports that function and I can get .trace file format.

but, I need to open .trace file format without DDMS.

If

5条回答
  •  无人共我
    2021-02-06 01:15

    It is an old thread.
    because I found here, so other guys may need this, too.
    Try this:

    traceview -r yourtrace.trace > 1.txt
    

    and look 1.txt has any useful thing to u.

提交回复
热议问题