Android - Skipped frames message from Choreographer
In my application, I am receiving many Skipped frames message from Choreographer. So, I started checking one by one, and I was very much surprised to see 76 Skipped frames when I just click on the default menu button on my MainActivity page. To find out the problem, I commented out almost all methods from my MainActivity java, and still I am getting 77 Skipped frames! There is not Skipped frames message during loading of MainActivity page, it just pop up whenever I click on menu button on top-right corner. Can anybody please help? EDIT: I noticed that method onCreateOptionsMenu is only called