How to get Logcat log
General Instruction
For troubleshooting problems with crashes a regular log is almost always not enough. In such cases to identify the origin of the problem we need the system log. Below is the instruction how to collect and get it.
Capture a bug report from a device
To get a bug report directly from your device, do the following:
Be sure you have Developer Options enabled.
In Developer options, tap Take bug report.
- Select the type of bug report you want and tap Report. >After a moment you get a notification that the bug report is ready (see figure 2).
- To share the bug report, tap the notification.
- Send this log to our support team.
Note: Our support team will process your ticket much faster if you specify the HelpDesk ticket number or the GitHub issue number in your message to support.
Additional Instruction (for old Android versions)
On old Android devices there is no such option to take a bug report automatically. It has to be done manually by following this instruction:
Part #1: prepare the device
Switch device to the developer mode. To do this: go to Settings > About > tap on Build Number 7 times.
Go to Developer Options.
Enable USB debugging.
Increase Logger buffer sizes to 4MB per log buffer.
4MB should be enough for storing the logs we need until you're able to do the second part (getting log from the device);
Important: you need to reproduce the problem after you've done with the first part!
Part #2: get the log
Connect your device to PC with USB cable.
Download and install Minimal ADB:
http://forum.xda-developers.com/showthread.php?t=2317790
Direct download link:
https://www.androidfilehost.com/?fid=24052804347803384
- Run this command in the console (it will be opened after install):
adb logcat -v threadtime -d > C:\logcat.txt
Send this log to us by contacting support or by any other way.
Alternative way for ROOT users:
Download and run Logcat.
Choose Record in the menu. Choose a name for a log file or just press OK. Now you can press Home button, CatLog will continue recording the log in background.
Reproduce the issue.
Open CatLog and press Stop record in the menu.
Send this log to our support team.
Note: Our support team will process your ticket much faster if you specify the HelpDesk ticket number or the GitHub issue number in your message to support.