>_ shadow.red

Logcat

Android Logging linux windows

Basic logging

adb shell
logcat

With root privileges

adb shell
su
logcat

Log levels

Save to file

logcat > /sdcard/Documents/logs.txt

Filtering

cat logs.txt | grep -v -i wifi | grep -v -i window

Logcat for a specific process

adb shell ps | grep bank
adb logcat | grep 12543