Android - (ADB) Logcat
Table of Contents
About
Logs in Android
Articles Related
Management
Reading and Writing Logs
public static final String LOG_TAG = ClassName.class.getSimpleName();
// Verbose
Log.v(LOG_TAG,"String");
View
Monitor
ADB Logcat
adb logcat
If you're overwhelmed by logs, you can stop ADB logcat while it's running by hitting CTRL+Z.
Doc: ADB logcat