replicant-packages_apps_Email/emailcommon/src/com/android/emailcommon/service
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
..
AccountServiceProxy.java Convert authorities, intents, and account manager types 2012-08-31 23:26:36 -07:00
EmailServiceCallback.java Unify LogTag 2013-06-05 20:06:15 -07:00
EmailServiceConstants.java Fix bug that prevents from accepting 2 invites in a row. 2011-04-12 11:08:16 -07:00
EmailServiceProxy.java Unify LogTag 2013-06-05 20:06:15 -07:00
EmailServiceStatus.java Add more sync status callbacks. 2013-05-08 10:42:31 -07:00
IAccountService.aidl Handle ALERT response to login command 2012-07-27 13:36:41 -07:00
IEmailService.aidl Improve mailbox sync and load more. 2013-04-11 21:06:08 +00:00
IEmailServiceCallback.aidl DO NOT MERGE: Move emailcommon2 sources to emailcommon 2012-06-28 11:15:06 -07:00
IPolicyService.aidl DO NOT MERGE: Move emailcommon2 sources to emailcommon 2012-06-28 11:15:06 -07:00
LegacyPolicySet.java Rework of security policy storage 2011-05-03 11:11:47 -07:00
PolicyServiceProxy.java Unify LogTag 2013-06-05 20:06:15 -07:00
SearchParams.aidl Update searchMessages API 2011-06-02 21:41:17 -07:00
ServiceProxy.java Unify LogTag 2013-06-05 20:06:15 -07:00
ServiceUnavailableException.java Throw RuntimeExceptions when PolicyService calls fail 2011-08-29 16:18:50 -07:00
SyncWindow.java Initial Imap2 implementation 2012-07-18 11:32:26 -07:00