android Traceviewer
Posted
by siri
on Stack Overflow
See other posts from Stack Overflow
or by siri
Published on 2010-03-27T18:20:38Z
Indexed on
2010/03/27
18:23 UTC
Read the original article
Hit count: 253
Hi I am Trying to use trace viewer by
Debug.startMethodTracing("sampletrace");
Debug.stopMethodTracing();
And I pull the sampletrace to a folder from sdcard.
When I try view the tracefile using the following command.
D:\Android\android-sdk-windows\tools>traceview D:\trace\sampletrace.trace
it is showing the following line
Key section does not have an *end marker
Can anybody please explain what is this?
© Stack Overflow or respective owner