Demostrate using logging and the Android Studio debugger.
Details
Demonstrate using logging to debug a program by adding code to your count app so that it loggs the current count every time it changes. Show me the log after running the app.
Demonstrate using the Android studio debugger by adding a break point to the count increment code. Show me your program stopped at a break point and explain to me the information displayed and what the various buttons do.