Confirmed users
964
edits
| Line 13: | Line 13: | ||
==Android== | ==Android== | ||
* For advanced users: | |||
** Install Android Debugging Tools: http://developer.android.com/sdk/index.html | |||
** put adb in your path so you can call it from anywhere. | |||
** Run this: | |||
<nowiki> | |||
adb setprop log.tag.FxSync VERBOSE | |||
adb setprop log.tag.FxAccounts VERBOSE | |||
adb setprop log.tag.FxAccountSyncAdapter VERBOSE | |||
</nowiki> | |||
** Run this <nowiki>adb logcat | grep -in 'account'</nowiki> | |||