Android ADB command to get the application specific log in command prompt of windows -
hi want application specific log in command prompt of windows tried
filter logcat messages application in android?
adb -d logcat com.mycompanyname.demoapp:i *:s
but didn't work me huge log printing hard me find app specific log.
i want print app specific log in command prompt.
logcat
filters log tag (the string used 1st parameter when calling log class methods in app), not app's bundle name.
android adb
No comments:
Post a Comment