Confirmed users
396
edits
(New tokenserver pref name) |
(→Sync Debugging - Android: something is better than nothing...) |
||
Line 73: | Line 73: | ||
== Sync Debugging - Android == | == Sync Debugging - Android == | ||
# Set up for Android debugging over USB | |||
#* [[Mobile/Fennec/Android/CommonTips#Debugging]] might help | |||
# install the <code>adb</code> command-line tool on a desktop computer | |||
# run <kbd>adb logcat</kbd> on the desktop computer | |||
# (Menu) > Settings > Customize > Sync > Sync Now will print lines like | |||
I/FxAccounts(14157): firefox :: CountCheckingServer11RepositorySession :: First sync for bookmarks: 7628 items. | |||
W/FxAccounts(14157): firefox :: CountCheckingServer11RepositorySession :: Too many items to sync safely. Skipping. | |||
I/FxAccounts(14157): firefox :: SynchronizerSession :: Session requested skip. Short-circuiting sync. | |||
I/FxAccounts(14157): firefox :: ServerSyncStage :: Stage bookmarks received -1 and sent -1 records in 0.09 seconds. | |||
Before running <code>adb logcat</code> you can run <kbd>adb shell setprop log.tag.FxAccounts DEBUG</kbd> to cause additional debugging output. | |||
* TBD - add information here about using desktop/ADB or using logcat | * TBD - add information here about using desktop/ADB or using logcat | ||
* Mobile team will have lots of details | * Mobile team will have lots of details |