-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathlocal.prop
More file actions
28 lines (25 loc) · 907 Bytes
/
local.prop
File metadata and controls
28 lines (25 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#copy this file to /data/local.prop and add your LOG_TAG's and
# the log levels you want to see while developing
# see http://developer.android.com/reference/android/util/Log.html#isLoggable%28java.lang.String,%20int%29
# add the entries in alphabetical order to make it easy
log.tag.AccountDetailsActivity=VERBOSE
log.tag.Authenticator=VERBOSE
log.tag.BatchOperation=INFO
log.tag.ContactListActivity=VERBOSE
log.tag.DatabaseHelper=VERBOSE
log.tag.EditDetailsActivity=VERBOSE
log.tag.EntryListServiceTask=VERBOSE
log.tag.ModuleFieldsParser=INFO
log.tag.RestUtil=INFO
log.tag.SBParser=INFO
log.tag.SearchActivity=VERBOSE
log.tag.SugarCRMProvider=INFO
log.tag.SugarService=VERBOSE
log.tag.SugarSyncManager=DEBUG
log.tag.SyncAdapter=VERBOSE
log.tag.UpdateServiceTask=VERBOSE
log.tag.WizardActivity=VERBOSE
log.tag.WizardAuthActivity=VERBOSE
# test tags
log.tag.ACLApiTest=DEBUG
log.tag.ContactsApiTest=DEBUG