I have an android app which runs great when I run it on eclipse on my actual phone.
But, when I want to debug it, it start to send messages like skipped XX frames and this application maybe doing too much work on the main thread, and the app runs extremely slow and crashes sometimes.
Only happens when debugging.. why is it? and how to fix it?
thanks!