CPSC270A
Software Eng & Project Design

Activity 19

Debug Count App

Demostrate using logging and the Android Studio debugger.

Details

  1. 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.

  2. 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.