Confirmed users
99
edits
(Update instructions for Fenix) |
|||
| Line 26: | Line 26: | ||
==Android== | ==Android== | ||
These instructions are for advanced users only - unfortunately there are no simpler instructions which are approachable for general users. | |||
* Install Android Debugging Tools - the location of this changes over time, [https://developer.android.com/studio installing Android Studio seems the easiest cross-platform way] or [https://www.xda-developers.com/install-adb-windows-macos-linux xda-developers has instructions for each desktop platform] | |||
* Tether your device | |||
** You also need to enable "developer mode" on your phone and authorize the device - [https://www.xda-developers.com/install-adb-windows-macos-linux xda-developers has some instructions for how to configure it]. | |||
** | ** You will know you have successfully configured it when your computer can see your Android device by running, from a terminal or command prompt: | ||
adb devices | adb devices | ||
* | (Note that you will either need to add the directory containing <code>adb</code> to your <code>PATH</code>, or specify the full path to it in the command above) | ||
adb logcat | grep -i | * To view sync-related logging, run: | ||
adb logcat | grep -i -E "(sync15|sync_manager|FirefoxAccount)" | |||