• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Debug and Code bottleneck detection?

Jompe71

Newbie
Is there a way to debug your code from the IDE (IntelliJ) in the emulator?
At the moment I'm using a lot of Logging to detect bugs etc...

Also, Is there a way to detect bottlenecks in your code. The J2ME SDK and emulators provide monitoring of your application in runtime and calculates percentage of the total execution time per method.
This way you can see where bottlenecks are and then optimize method implementations whereever needed.
Is there a similar way on the Android platform?

( Found this as an answer to my own 2nd question: http://code.google.com/android/reference/traceview.html#creatingtracefiles )
 
Back
Top Bottom