Reputation: 31
I need android log file in a file format. But i don't Know where is the location of log file. i go through techniques like "adb logcat". but i need the file format of error log. please help me to get the Android Log File. Iam new to this environment please help me.
Upvotes: 2
Views: 12873
Reputation: 1474
If you want on PC then what you can do is:-
1) Go to your SDK location >platform-tools
2) Open cmd and type adb logcat >log.txt
and press enter
It will generate new file log.txt
there itself.
If you want to get logs on device you can try this tool
Upvotes: 1