I am getting the following log in the android studio Run window:
I/Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
I am logging everything I am doing in this single activity app. It only has 2 buttons with callbacks and a textView. I have no clue as to what this might be.