User Services/Sync/Debug Sync: Difference between revisions

Jump to navigation Jump to search
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>
Confirmed users
964

edits

Navigation menu