tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Logging-Crash-Information.md (3320B)


Logging Crash Information

Retrieving crash reports from the application

Screenshot showing where to find the settings and About Firefox elements of the app. The bulleted steps above contain the same information.

Screenshot showing where to find the Crashes item in About Firefox and the Socorro link for the crash.

Using adb logcat to get crash information

Please use the above directions as a first way to get info. Use the following directions if your crash does not show up in the crash window of Firefox or if the crash prevents you from accessing the settings of Firefox.

To get information about a crash you will need an Android device that reproduces a crash, a computer running Windows, macOS or Linux and a USB cable that connects your device to your computer.

Configuring your phone

* On stock Android open the Android Settings and use the search at the top to find build number * Tap the build number 7 times * For other devices use your favorite search engine or YouTube to find steps for your device.

* On stock Android Open the Android Settings and use the search at the top to find USB debugging and enable it

Downloading the Android SDK Platform tools

Checking that adb can see your phone and is authorized

Reproducing the crash

Optional Cleanup