On Apr 3, 2:08 am, Magnus <[email protected]> wrote: > m...@labbe:/tmp$ traceview gldraw.trace > Exception in thread "main" java.lang.RuntimeException: Method exit > (java/lang/BootClassLoader.getInstance ()Ljava/lang/BootClassLoader;) > does not match currentmethod (dalvik/system/VMDebug.startClassPrep () > V)
There's a bug in 1.0 where, if you gathered traces while a debugger was attached, some of the data would be missing from the trace file. If you've been profiling and debugging at the same time, try it without a debugger attached. (DDMS is okay.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

