Skip to content

Instantly share code, notes, and snippets.

@rnewman
Created March 29, 2012 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnewman/2240379 to your computer and use it in GitHub Desktop.
Save rnewman/2240379 to your computer and use it in GitHub Desktop.
Enable all the logs!
for x in CollectionKeys \
Command \
DelayedWorkTracker \
GlobalSession \
InfoCollections \
JPakeCrypto \
JPakeRequest \
SyncJPakeStage \
MetaGlobal \
MiddlewareSession \
BaseResource \
ConnectionMonitorThread \
SyncResponse \
CollectionRequest \
SyncStorageResourceDelegate \
SyncStorageResponse \
TLSSocketFactory \
BookmarksDataAccessor \
SyncHistoryVisits \
BrowserDataAccessor \
BrowserRepoSession \
ClientsDatabase \
ClientsDatabaseAccessor \
FennecTabsSession \
RepoUtils \
BookmarkRecord \
ClientRecord \
HistoryRecord \
TabsRecord \
RepositorySession \
RepositorySessionBundle \
Server11Session \
RecordUploadRunnable \
StoreTrackSession \
SetupSuccessActivity \
SetupSync \
SyncAccounts \
SyncAuthService \
EnsureClusterURLStage \
EnsureKeysStage \
FetchInfoCollStage \
ServerSyncStage \
SyncClientsEngineStage \
ClientUploadDelegate \
StubActivity \
SyncAdapter \
SyncConfiguration \
CRecordConsumer \
RecordsChannel \
SerialRecordConsumer \
SyncDelSDelegate \
SynchronizerSession \
SynczrConfiguration \
Utils;
do adb shell setprop log.tag.$x VERBOSE; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment