Hi, The app I'm developing has very high CPU usage, causing the battery to run out very quickly when you run it. To more accurately pinpoint what consumes all that CPU I decided to use the ADB method profiling feature. Starting method profiling causes my app to crash however. I have tried to start method profiling both through Eclipse->DDMS and the command line, both with the same result. The only message I get from LogCat is *"Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)"*. I have tried starting method profiling several times and only once did I get a more verbose error message complaining about the Google Maps Service. I haven't been able to reproduce this message though which is why I cant post it here.
I'm developing for Android Google API 14. I'm debugging on a Samsung Galaxy Nexus with Android version 4.0.2. Has anyone run into this problem or knows how to remedy it? -- 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

