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

Roh picture Roh · Jan 13, 2011 · Viewed 10.4k times · Source

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 I can't open .trace file without DDMS, How can I get a log of method calls? (The best is .txt file format.)

thanks.

Answer

ravenzhang picture ravenzhang · Jun 23, 2014

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.