On Dec 16, 4:40 pm, Emmanuel <[email protected]> wrote:
> Actually, the trace file I get is coming from the emulator.
> I uploaded it on my Pc, closed the emulator and Eclipse, and still get
> the same results.

The situation is the same whether you're using the emulator or an
actual device.

I may have been unclear in my previous message.  The bug is triggered
by having a Java debugger attached to the Android application while
the trace data is being gathered.  The bug causes records to be
omitted from the ".trace" file, which you can see by running
"dmtracedump -o xxx.trace" on the data file.  A correct trace should
show method entry/exit in pairs.

The manner in which you run traceview doesn't matter.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to