You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2024. It is now read-only.
Open terminal and run "adb" (or in your case navigate to the directory where adb.exe is located and open terminal there) to make sure it works, you will see something like this:
1. How to find a crash stack trace.
Run "adb shell"
Run "logcat".
Open the app so it can crash.
Get the crash log and post it here.
The crash stack trace should look like this:
2. How to dump full log into a file.
Run "adb shell"
Run "adb logcat > C:\path\to\logs\file\log.txt" to start writing logs into the file.