Introduction to Logging on Android

Introduction to Logging on Android

Adding messages to a log can be a useful way of checking that your code works the way you want. In this video, we’ll learn about Logcat — a tool that allows access to messages from applications and services running on an Android device. Each message is composed of a String tag you use to identify the source of the message, and the message itself.

The Logcat Panel provides access to system messages printed by your running application and every internal component it relies upon. Most Android Developers depend heavily on Logcat during development to debug their applications.

In this video, we’ll cover how to:
· Create filters
· Modify amount of information displayed
· Determine priority levels
· Display messages by app code only
· Search the log

Want to learn more? Check these out:
Android Studio Quick-Start Guide: https://j.mp/2YA9DxH
Build Basic Android Apps with Java: https://j.mp/3ohvWB5

#logging #Logcat #android
- - - - - 
Join the millions learning to code with Codecademy.
Learn to code: https://j.mp/3n4TgCW
Check out our full course catalog: https://j.mp/3c0F3Au

logcatlogginglog

Post a Comment

0 Comments