3.5 Log analysis
3.5.1 LIVE LOGGING
ADB
adb shell ps | grep "<com.x.x.x-name>"adb logcat | grep <process-ID-of-app>adb logcat | grep "$(adb shell ps | grep com.x.x.x | awk '{print $2}')"INFO
3.5.2 THINGS TO REPORT
Last updated