replicant-packages_apps_Email/src/com/android/email
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
..
activity Unify LogTag 2013-06-05 20:06:15 -07:00
data Cache column name/indexes so we can use getColumnIndex() 2013-02-06 17:09:42 -08:00
mail Unify LogTag 2013-06-05 20:06:15 -07:00
provider Unify LogTag 2013-06-05 20:06:15 -07:00
service Unify LogTag 2013-06-05 20:06:15 -07:00
view DO NOT MERGE: Move emailcommon2 sources to emailcommon 2012-06-28 11:15:06 -07:00
AttachmentInfo.java DO NOT MERGE: Move emailcommon2 sources to emailcommon 2012-06-28 11:15:06 -07:00
Clock.java
EmailAddressValidator.java Email split, part quatre: Move along, nothing to see here 2011-02-10 16:28:37 -08:00
EmailApplication.java Unify LogTag 2013-06-05 20:06:15 -07:00
EmailConnectivityManager.java Unify LogTag 2013-06-05 20:06:15 -07:00
EmailIntentService.java Move notifications to UnifiedEmail 2013-02-08 09:48:22 -08:00
FixedLengthInputStream.java
LegacyConversions.java Unify LogTag 2013-06-05 20:06:15 -07:00
MessagingExceptionStrings.java Add one more error state to certificate process 2011-06-16 16:14:03 -07:00
NotificationController.java Ensure notifications get cancelled when necessary 2013-05-22 18:36:07 -07:00
PeekableInputStream.java
Preferences.java Unify LogTag 2013-06-05 20:06:15 -07:00
RequireManualSyncDialog.java Create a require manual sync dialog. 2011-11-03 08:22:46 -07:00
ResourceHelper.java
SecurityPolicy.java Unify LogTag 2013-06-05 20:06:15 -07:00
StopWatch.java Unify LogTag 2013-06-05 20:06:15 -07:00