Reputation: 53
I'm taking logcat using this command:
C:\abs\adb logcat >> "Testdata".txt
This is collecting all logs happening on device.
But I want to take only "Application specific" logs, can anyone please help me with that?
I know we can create filter in DDMS but, those filter value will erase after some time, and I want to take it using adb.
Upvotes: 5
Views: 5408