User Services/Sync/Debug Sync

From MozillaWiki
Jump to navigation Jump to search

Often it's helpful to provide diagnostic log data in bugs to help a developer fix an issue. Here are some tips:

Desktop

  1. goto about:config
  2. In the filter field type 'sync.log'
  3. Context click on pref and set it as:
    • services.sync.log.appender.file.logOnSuccess to True
    • services.sync.log.logger.engine.bookmarks to Trace
  4. In Firefox, go here: about:sync-log

You can also open the console to view errors: Tools > Web Developer > Web Console

How to force reauthentication

When you reset password this will cause all other devices to reauthenticate. To force that, edit this file:

<profile location>/<some chars>.<profile name>/signedInUser.json

Mac:

~/Library/Application Support/Firefox/Profilesm/4g2ivti.my_test_profile/signedInUser.json

Android

adb setprop log.tag.FxSync VERBOSE
adb setprop log.tag.FxAccounts VERBOSE
adb setprop log.tag.FxAccountSyncAdapter VERBOSE
    • Tether your device and make sure your computer can see it by running:
adb devices
    • Run this
adb logcat | grep -i 'account'