Your First Debug
Using Log.d()
will print text only in the debug versions of the app, and not release versions. String expressions are also known as String templates.
This course was originally created in 2019. The content and student materials were reviewed and updated in October 2020.
To get started with debugging, you'll be introduced to a common debugging technique: logging.
Comments