replicant-packages_apps_Email/src/com/android/email/provider
Scott Kennedy 560bfadc31 Unify LogTag
There is now only one LogTag class. The static initializer of
GmailApplication (existing) and EmailApplication (new) will now set
the log tag to "Gmail" and "Email", respectively. Up until that code
is run, it will be "UnifiedEmail".

"setprop log.tag.Gmail VERBOSE" (or .Email) will trigger all logs to
be printed as long as they go through LogUtils, regardless of what tag
is used by that individual log. This lets us still turn on logging
everywhere in one command, but also lets us use more descriptive tags
(like the class name).

And since we no longer have three com.android.mail.utils.LogTag
classes, builds will be much easier.

Also, we now use LogUtils everywhere.

Change-Id: I55f1c7a66ce50ead54877a13e40256422a56dc39
2013-06-05 20:06:15 -07:00
..
AccountBackupRestore.java Add logging to v21->v22 upgrade; small cleanup 2011-08-02 11:51:21 -07:00
AccountReconciler.java Unify LogTag 2013-06-05 20:06:15 -07:00
AttachmentProvider.java Unify LogTag 2013-06-05 20:06:15 -07:00
ContentCache.java Unify LogTag 2013-06-05 20:06:15 -07:00
DBHelper.java Unify LogTag 2013-06-05 20:06:15 -07:00
EmailProvider.java Unify LogTag 2013-06-05 20:06:15 -07:00
FolderPickerActivity.java Unify LogTag 2013-06-05 20:06:15 -07:00
FolderPickerCallback.java Add "System Folders" settings 2012-09-10 11:07:18 -07:00
FolderPickerDialog.java Lots of fixes to line up with new multi/single move to folder dialog. 2012-09-18 15:56:53 -07:00
FolderPickerSelectorAdapter.java Exclude all inbox labels when we're viewing an inbox 2013-03-20 17:51:59 -07:00
Utilities.java Unify LogTag 2013-06-05 20:06:15 -07:00
WidgetProvider.java Return raw folder in respond(). 2013-05-23 11:55:43 -07:00