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
"traceview" is a command-line utility. You don't need to launch it from DDMS.
If you just want a text file with times and message names, you can use "dmtracedump -o file.trace".