Crash logs
This article is incomplete & needs to be reviewed. You can help by creating a pull request.
Crash and logcat logsβ
Logs need for quickly finding of cause of issue or crash on you device. You can share by logs from your device to OsmAnd development team.
Send logs from OsmAnd applicationβ
Here will be detail instruction how to send logs:
- Menu β Help β Send crash log
- Menu β Help β Send logcat log
Send logs from adb terminalβ
Only for advanced users!
Using adbβ
Connect Android device or emulator to your computer.
Open terminal and call command:
adb bugreport ./output.zip
where output.zip - name of result fileUnzip result file:
unzip file.zip -d destination_folder
Find tombstones folder:
cd FS/data/tombstones
Where you find files like tombstone_00 tombstone_01 with raw text format. Just send them to email: crash@osmand.net
Using rooted devices or Android Studio emulatorβ
If you have root access on your device you can directly open folder /data/tommbstones.
In Android Studio you can open "Device File Explorer", choose opened emulator and open folder /data/tommbstones.
In folder you can see files like tombstone_00 tombstone_01 with raw text format. Just download them and and send to email crash@osmand.net