/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
D | MailTransport.java | 22 import com.android.emailcommon.Logging; 108 LogUtils.d(Logging.LOG_TAG, "*** " + mDebugLabel + " open " + in open() 140 LogUtils.d(Logging.LOG_TAG, e.toString()); in open() 145 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in open() 150 LogUtils.d(Logging.LOG_TAG, iae.toString()); in open() 183 LogUtils.d(Logging.LOG_TAG, e.toString()); in reopenTls() 188 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in reopenTls() 292 if (sensitiveReplacement != null && !Logging.DEBUG_SENSITIVE) { in writeLine() 293 LogUtils.d(Logging.LOG_TAG, ">>> " + sensitiveReplacement); in writeLine() 295 LogUtils.d(Logging.LOG_TAG, ">>> " + s); in writeLine() [all …]
|
D | DiscourseLogger.java | 19 import com.android.emailcommon.Logging; 113 LogUtils.w(Logging.LOG_TAG, "Last network activities:"); in logLastDiscourse() 115 LogUtils.w(Logging.LOG_TAG, "%s", r); in logLastDiscourse()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | ImapService.java | 40 import com.android.emailcommon.Logging; 178 if (Logging.LOGD) { in synchronizeMailboxSynchronous() 179 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxSynchronous", e); in synchronizeMailboxSynchronous() 333 LogUtils.e(Logging.LOG_TAG, in downloadFlagAndEnvelope() 339 LogUtils.e(Logging.LOG_TAG, in downloadFlagAndEnvelope() 367 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxGeneric " + account + " " + mailbox + " " in synchronizeMailboxGeneric() 416 Logging.LOG_TAG, "oldest local message " + oldestLocalMessageDate); in synchronizeMailboxGeneric() 424 LogUtils.d(Logging.LOG_TAG, "full sync: original window: now - " + endDate); in synchronizeMailboxGeneric() 430 LogUtils.d(Logging.LOG_TAG, "quick sync: original window: now - " + endDate); in synchronizeMailboxGeneric() 436 LogUtils.d(Logging.LOG_TAG, "account is apparently deleted"); in synchronizeMailboxGeneric() [all …]
|
D | Pop3Service.java | 39 import com.android.emailcommon.Logging; 120 if (Logging.LOGD) { in synchronizeMailboxSynchronous() 121 LogUtils.v(Logging.LOG_TAG, "synchronizeMailbox", e); in synchronizeMailboxSynchronous() 322 LogUtils.d(Logging.LOG_TAG, "remoteMessageCount " + remoteMessageCount); in synchronizePop3Mailbox() 362 LogUtils.d(Logging.LOG_TAG, "found a local message, need " + in synchronizePop3Mailbox() 373 LogUtils.d(Logging.LOG_TAG, "need to sync " + uid); in synchronizePop3Mailbox() 376 LogUtils.d(Logging.LOG_TAG, "don't need to sync " + uid); in synchronizePop3Mailbox() 380 LogUtils.d(Logging.LOG_TAG, "loaded " + count + " messages, stopping"); in synchronizePop3Mailbox() 449 LogUtils.d(Logging.LOG_TAG, "need to delete " + uidToDelete); in synchronizePop3Mailbox()
|
D | ImapTempFileLiteral.java | 23 import com.android.emailcommon.Logging; 82 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found"); in getAsStream() 100 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e); in getString() 113 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage()); in destroy()
|
D | EmailBroadcastProcessorService.java | 42 import com.android.emailcommon.Logging; 316 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 1"); in performOneTimeInitialization() 322 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: 2"); in performOneTimeInitialization() 334 LogUtils.i(Logging.LOG_TAG, "Onetime initialization: completed."); in performOneTimeInitialization() 368 LogUtils.i(Logging.LOG_TAG, "System accounts updated."); in onSystemAccountChanged()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | AccountReconciler.java | 38 import com.android.emailcommon.Logging; 163 LogUtils.d(Logging.LOG_TAG, "reconcileAccountsInternal"); in reconcileAccountsInternal() 166 LogUtils.d(Logging.LOG_TAG, "deferring reconciliation, migration in progress"); in reconcileAccountsInternal() 191 LogUtils.w(Logging.LOG_TAG, in reconcileAccountsInternal() 199 LogUtils.d(Logging.LOG_TAG, in reconcileAccountsInternal() 204 LogUtils.d(Logging.LOG_TAG, "deleted account with hostAuth " + auth); in reconcileAccountsInternal() 234 LogUtils.d(Logging.LOG_TAG, in reconcileAccountsInternal() 245 LogUtils.w(Logging.LOG_TAG, e.toString()); in reconcileAccountsInternal() 247 LogUtils.w(Logging.LOG_TAG, e.toString()); in reconcileAccountsInternal() 249 LogUtils.w(Logging.LOG_TAG, e.toString()); in reconcileAccountsInternal() [all …]
|
D | AttachmentProvider.java | 32 import com.android.emailcommon.Logging; 207 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " + in openFile() 211 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " + in openFile() 225 LogUtils.e(Logging.LOG_TAG, in openFile() 327 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage()); in createImageThumbnail() 330 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + e.getMessage()); in createImageThumbnail()
|
D | Utilities.java | 28 import com.android.emailcommon.Logging; 180 LogUtils.e(Logging.LOG_TAG, "Error while copying downloaded message." + me); in copyOneMessageToProvider() 184 LogUtils.e(Logging.LOG_TAG, "Error while storing downloaded message." + rte.toString()); in copyOneMessageToProvider() 186 LogUtils.e(Logging.LOG_TAG, "Error while storing attachment." + ioe.toString()); in copyOneMessageToProvider()
|
/packages/apps/Email/provider_src/com/android/email/mail/internet/ |
D | AuthenticationCache.java | 7 import com.android.emailcommon.Logging; 97 LogUtils.d(Logging.LOG_TAG, "initializing entry from database"); in getEntry() 117 LogUtils.d(Logging.LOG_TAG, "AuthenticationCache refreshEntry %d", entry.mAccountId); in refreshEntry() 129 LogUtils.d(Logging.LOG_TAG, "authentication failed, clearning"); in refreshEntry() 133 LogUtils.d(Logging.LOG_TAG, "messaging exception"); in refreshEntry() 136 LogUtils.d(Logging.LOG_TAG, "IO exception"); in refreshEntry() 142 LogUtils.d(Logging.LOG_TAG, "saveEntry"); in saveEntry() 155 LogUtils.d(Logging.LOG_TAG, "clearEntry"); in clearEntry()
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapConnection.java | 32 import com.android.emailcommon.Logging; 183 LogUtils.d(Logging.LOG_TAG, e, "SSLException"); in open() 191 LogUtils.d(Logging.LOG_TAG, ioe, "IOException"); in open() 276 LogUtils.d(Logging.LOG_TAG, "sendCommand %s", (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand() 447 LogUtils.d(Logging.LOG_TAG, ie, "ImapException"); in doSendId() 472 LogUtils.d(Logging.LOG_TAG, ie, "ImapException"); in doGetNamespace() 506 LogUtils.d(Logging.LOG_TAG, ie, "ImapException"); in doLogin() 531 LogUtils.d(Logging.LOG_TAG, "doSASLAuth"); in doSASLAuth() 535 LogUtils.d(Logging.LOG_TAG, "failed to authenticate, retrying"); in doSASLAuth() 546 LogUtils.d(Logging.LOG_TAG, "failed to authenticate, giving up"); in doSASLAuth() [all …]
|
D | Pop3Store.java | 25 import com.android.emailcommon.Logging; 216 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required"); in open() 227 LogUtils.d(Logging.LOG_TAG, me.toString()); in open() 234 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in open() 258 LogUtils.d(Logging.LOG_TAG, statException.toString()); in open() 329 LogUtils.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe); in getMessage() 357 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in getMessages() 575 LogUtils.w(Logging.LOG_TAG, "Can't read message " + messageId); in fetchBody() 587 LogUtils.e(Logging.LOG_TAG, "No body length supplied"); in fetchBody() 672 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in setFlags()
|
D | ImapFolder.java | 33 import com.android.emailcommon.Logging; 333 LogUtils.d(Logging.LOG_TAG, "Failed to find message", e); in copyMessages() 421 LogUtils.d(Logging.LOG_TAG, "searchForUids '" + searchCriteria + "' results: " + in searchForUids() 425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria); in searchForUids() 432 LogUtils.d(Logging.LOG_TAG, ioe, "IOException in search: " + searchCriteria); in searchForUids() 515 LogUtils.d(Logging.LOG_TAG, "getMessages number " + start + " - " + end); in getMessages() 561 LogUtils.d(Logging.LOG_TAG, "getMessages dateRange " + command.toString()); in getMessages() 571 LogUtils.d(Logging.LOG_TAG, e, "query failed %s, trying alternate", in getMessages() 577 LogUtils.w(Logging.LOG_TAG, e2, "query failed %s, fatal", command); in getMessages() 613 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage()); in fetch() [all …]
|
/packages/apps/Email/src/com/android/email/ |
D | StopWatch.java | 19 import com.android.emailcommon.Logging; 46 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") start"); in StopWatch() 56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse); in split() 62 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") stop: " in stop()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | Mailbox.java | 37 import com.android.emailcommon.Logging; 120 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync"); in getMailboxIdsFromBundle() 123 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync"); in getMailboxIdsFromBundle() 141 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in an account only sync"); in isAccountOnlyExtras() 152 LogUtils.w(Logging.LOG_TAG, "Mailboxes specified in a push only sync"); in isPushOnlyExtras() 525 LogUtils.w(Logging.LOG_TAG, "Multiple mailboxes named \"%s\"", path); in restoreMailboxForPath() 528 LogUtils.i(Logging.LOG_TAG, "Could not find mailbox at \"%s\"", path); in restoreMailboxForPath() 954 LogUtils.w(Logging.LOG_TAG, "Mailbox %d not found", mailboxId); in resyncMailbox() 983 LogUtils.i(Logging.LOG_TAG, "requestSync resyncMailbox %s, %s", in resyncMailbox() 986 LogUtils.w(Logging.LOG_TAG, e, "Failed to wipe mailbox %d", mailboxId); in resyncMailbox() [all …]
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | SmtpSender.java | 25 import com.android.emailcommon.Logging; 132 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required"); in open() 147 LogUtils.w(Logging.LOG_TAG, "OAuth requested, but not supported."); in open() 160 LogUtils.w(Logging.LOG_TAG, "No valid authentication mechanism found."); in open() 168 LogUtils.d(Logging.LOG_TAG, e.toString()); in open() 173 LogUtils.d(Logging.LOG_TAG, ioe.toString()); in open()
|
D | StatusOutputStream.java | 19 import com.android.emailcommon.Logging; 37 if (Logging.LOGD) { in write() 39 LogUtils.v(Logging.LOG_TAG, "# " + mCount); in write()
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
D | ImapTempFileLiteral.java | 20 import com.android.emailcommon.Logging; 79 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found"); in getAsStream() 97 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e); in getString() 110 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage()); in destroy()
|
D | ImapResponseParser.java | 25 import com.android.emailcommon.Logging; 103 LogUtils.d(Logging.LOG_TAG, message); in newEOSException() 165 LogUtils.d(Logging.LOG_TAG, "<<< " + response.toString()); in readResponse() 180 LogUtils.w(Logging.LOG_TAG, ByeException.MESSAGE); in readResponse() 204 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage()); in onParseError()
|
D | ImapUtility.java | 19 import com.android.emailcommon.Logging; 78 LogUtils.d(Logging.LOG_TAG, "Invalid UID value", e); in getImapSequenceValues() 121 LogUtils.d(Logging.LOG_TAG, "Invalid range value", e); in getImapRangeValues()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
D | Device.java | 65 LogUtils.e(Logging.LOG_TAG, in getDeviceIdInternal() 72 LogUtils.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" + in getDeviceIdInternal() 75 LogUtils.w(Logging.LOG_TAG, "Remove failed. Tring to overwrite."); in getDeviceIdInternal() 108 LogUtils.d(Logging.LOG_TAG, "Error in TelephonyManager.getDeviceId(): " in getConsistentDeviceId()
|
D | VendorPolicyLoader.java | 79 LogUtils.d(Logging.LOG_TAG, String.format("Using policy: package=%s name=%s", in injectPolicyForTest() 121 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e); in VendorPolicyLoader() 124 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e); in VendorPolicyLoader() 151 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader", e); in getPolicy()
|
/packages/apps/Email/provider_src/com/android/email/activity/setup/ |
D | AccountSettingsUtils.java | 28 import com.android.emailcommon.Logging; 173 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() + in getAllOAuthProviders() 180 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e); in getAllOAuthProviders() 225 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() + in findOAuthProvider() 231 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e); in findOAuthProvider() 289 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() + in findProviderForDomain() 327 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e); in findProviderForDomain()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | DebugFragment.java | 35 import com.android.emailcommon.Logging; 49 if (Logging.DEBUG_LIFECYCLE && DebugUtils.DEBUG) { in onCreateView() 50 LogUtils.d(Logging.LOG_TAG, "DebugFragment onCreateView"); in onCreateView() 127 LogUtils.w(Logging.LOG_TAG, "Cleard WebView cache."); in clearWebViewCache()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | LoggingInputStream.java | 19 import com.android.emailcommon.Logging; 46 LogUtils.d(Logging.LOG_TAG, mTag + "dump start"); in LoggingInputStream() 98 LogUtils.d(Logging.LOG_TAG, mSb.toString()); in flushLog()
|