This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Logging Crash Information
Kevin Brosnan edited this page Jun 18, 2019
·
8 revisions
- Download the Android SDK Platform tools for your operating system
- Use your operating system tools to extract the zip file that was downloaded
- Open a command prompt or terminal and change to the directory to the platform tools directory that was extracted
- On Windows run
adb logcat -v time
on macOS and Linux run./adb logcat -v time
- Reproduce the crash
- If you are able trim the log to the relevant information otherwise copy all the information in the terminal to a plain text document
- Use https://gist.github.com/ or attach the logcat to the issue