HomeSort by relevance Sort by last modified time
    Searched refs:Logging (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
Logging.java 32 /** Java wrapper for WebRTC & libjingle logging. */
33 public class Logging {
62 // Keep in sync with talk/base/logging.h:LoggingSeverity.
  /packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java 35 import com.android.emailcommon.Logging;
54 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
55 LogUtils.d(Logging.LOG_TAG, "AccountSetupBasicsFragment onCreateView");
140 LogUtils.w(Logging.LOG_TAG, "Cleard WebView cache.");
AccountSettingsFragment.java 53 import com.android.emailcommon.Logging;
198 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
199 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onCreate");
224 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
225 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onActivityCreated");
235 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
236 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onStart");
254 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
255 LogUtils.d(Logging.LOG_TAG, "AccountSettingsFragment onResume");
282 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG)
    [all...]
  /external/chromium_org/ipc/
ipc_channel_reader.cc 77 Logging* logger = Logging::GetInstance();
ipc_channel_proxy.cc 73 Logging* logger = Logging::GetInstance();
238 Logging* logger = Logging::GetInstance();
369 Logging::GetInstance()->OnSendMessage(message, context_->channel_id());
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapString.java 19 import com.android.emailcommon.Logging;
134 LogUtils.w(Logging.LOG_TAG, getString() + " can't be parsed as a date.");
ImapResponseParser.java 25 import com.android.emailcommon.Logging;
103 LogUtils.d(Logging.LOG_TAG, message);
165 LogUtils.d(Logging.LOG_TAG, "<<< " + response.toString());
180 LogUtils.w(Logging.LOG_TAG, ByeException.MESSAGE);
204 LogUtils.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage());
  /packages/apps/Exchange/src/com/android/exchange/
CalendarSyncEnabler.java 19 import com.android.emailcommon.Logging;
73 LogUtils.i(Logging.LOG_TAG, "Enabling Exchange calendar sync for " + emailAddress);
  /external/chromium_org/chrome/test/chromedriver/
logging_unittest.cc 5 #include "chrome/test/chromedriver/logging.h"
21 TEST(Logging, NameLevelConversionHappy) {
32 TEST(Logging, NameToLevelErrors) {
101 TEST(Logging, CreatePerformanceLog) {
116 TEST(Logging, CreateBrowserLogOff) {
135 TEST(Logging, IgnoreUnknownLogType) {
149 TEST(Logging, BrowserLogCreatedWithoutLoggingPrefs) {
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 24 import com.android.emailcommon.Logging;
125 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
147 LogUtils.d(Logging.LOG_TAG, "No valid authentication mechanism found.");
154 LogUtils.d(Logging.LOG_TAG, e.toString());
159 LogUtils.d(Logging.LOG_TAG, ioe.toString());
217 * is logged (if debug logging is enabled) so do not use this function for user ID or password.
232 * please pass a replacement string here (for logging).
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 50 import com.android.emailcommon.Logging;
227 LogUtils.w(Logging.LOG_TAG, "Returning NullService for " + protocol);
262 LogUtils.w(Logging.LOG_TAG, e.toString());
264 LogUtils.w(Logging.LOG_TAG, e.toString());
266 LogUtils.w(Logging.LOG_TAG, e.toString());
324 LogUtils.w(Logging.LOG_TAG, "Converting " + amAccount.name + " to "
342 LogUtils.w(Logging.LOG_TAG, "Updated HostAuths");
357 LogUtils.w(Logging.LOG_TAG, "Email: " + email + ", Contacts: " + contacts + ","
371 LogUtils.w(Logging.LOG_TAG, "Get calendar key FAILED");
383 LogUtils.w(Logging.LOG_TAG, "Get contacts key FAILED")
    [all...]
ImapService.java 39 import com.android.emailcommon.Logging;
171 if (Logging.LOGD) {
172 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxSynchronous", e);
310 LogUtils.e(Logging.LOG_TAG,
316 LogUtils.e(Logging.LOG_TAG,
344 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxGeneric " + account + " " + mailbox + " "
389 Logging.LOG_TAG, "oldest local message " + oldestLocalMessageDate);
397 LogUtils.d(Logging.LOG_TAG, "full sync: original window: now - " + endDate);
403 LogUtils.d(Logging.LOG_TAG, "quick sync: original window: now - " + endDate);
410 LogUtils.d(Logging.LOG_TAG, "account is apparently deleted")
    [all...]
Pop3Service.java 38 import com.android.emailcommon.Logging;
128 if (Logging.LOGD) {
129 LogUtils.v(Logging.LOG_TAG, "synchronizeMailbox", e);
330 LogUtils.d(Logging.LOG_TAG, "remoteMessageCount " + remoteMessageCount);
370 LogUtils.d(Logging.LOG_TAG, "found a local message, need " +
381 LogUtils.d(Logging.LOG_TAG, "need to sync " + uid);
384 LogUtils.d(Logging.LOG_TAG, "don't need to sync " + uid);
388 LogUtils.d(Logging.LOG_TAG, "loaded " + count + " messages, stopping");
457 LogUtils.d(Logging.LOG_TAG, "need to delete " + uidToDelete);
  /external/chromium_org/chrome/service/
service_ipc_server.cc 18 IPC::Logging::GetInstance()->SetIPCSender(this);
41 IPC::Logging::GetInstance()->SetIPCSender(NULL);
  /packages/apps/Email/src/com/android/email/mail/
Sender.java 23 import com.android.emailcommon.Logging;
55 LogUtils.d(Logging.LOG_TAG, String.format(
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 30 import com.android.emailcommon.Logging;
148 LogUtils.d(Logging.LOG_TAG, e.toString());
154 // This catch is only here to enhance logging of connection-time issues.
156 LogUtils.d(Logging.LOG_TAG, ioe.toString());
393 LogUtils.d(Logging.LOG_TAG, ie.toString());
418 LogUtils.d(Logging.LOG_TAG, ie.toString());
449 LogUtils.d(Logging.LOG_TAG, ie.toString());
473 LogUtils.d(Logging.LOG_TAG, ie.toString());
505 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
Pop3Store.java 25 import com.android.emailcommon.Logging;
218 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
229 LogUtils.d(Logging.LOG_TAG, me.toString());
236 LogUtils.d(Logging.LOG_TAG, ioe.toString());
260 LogUtils.d(Logging.LOG_TAG, statException.toString());
331 LogUtils.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe);
359 LogUtils.d(Logging.LOG_TAG, ioe.toString());
577 LogUtils.w(Logging.LOG_TAG, "Can't read message " + messageId);
589 LogUtils.e(Logging.LOG_TAG, "No body length supplied");
674 LogUtils.d(Logging.LOG_TAG, ioe.toString())
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 19 import com.android.emailcommon.Logging;
116 LogUtils.d(Logging.LOG_TAG, message + ": Waiting...");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 79 LogUtils.d(Logging.LOG_TAG, String.format("Using policy: package=%s name=%s",
121 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
124 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
151 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader", e);
253 * and add logging. Other exceptions may escape here (such as null pointers) to fail fast.
  /packages/apps/Email/src/com/android/email/provider/
Utilities.java 26 import com.android.emailcommon.Logging;
179 LogUtils.e(Logging.LOG_TAG, "Error while copying downloaded message." + me);
183 LogUtils.e(Logging.LOG_TAG, "Error while storing downloaded message." + rte.toString());
185 LogUtils.e(Logging.LOG_TAG, "Error while storing attachment." + ioe.toString());
AttachmentProvider.java 32 import com.android.emailcommon.Logging;
208 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +
212 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " +
323 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage());
326 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + e.getMessage());
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 59 // This class registers the browser IPC logger functions with IPC::Logging.
63 IPC::Logging::set_log_function_map(&g_log_function_mapping);
100 LogFunctionMap* log_functions = IPC::Logging::log_function_map();
207 IPC::Logging::GetInstance()->SetConsumer(this);
212 IPC::Logging::GetInstance()->SetConsumer(NULL);
324 IPC::Logging::GetMessageText(data.type, &message_name, NULL, NULL);
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 25 import com.android.emailcommon.Logging;
96 LogUtils.w(Logging.LOG_TAG, "No sentDate, falling back to internalDate");
233 LogUtils.d(Logging.LOG_TAG, "Add attachment " + localAttachment);
259 LogUtils.d(Logging.LOG_TAG, "Skipped, found db attachment " + dbAttachment);
370 LogUtils.d(Logging.LOG_TAG, "Exception while reading html body " + rte.toString());
377 LogUtils.d(Logging.LOG_TAG, "Exception while reading text body " + rte.toString());
391 LogUtils.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
399 LogUtils.d(Logging.LOG_TAG, "Exception while reading html reply " + rte.toString());
406 LogUtils.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
  /external/chromium_org/chrome/browser/resources/ntp4/
logging.js 7 * Logging info for benchmarking purposes. Should be the first js file included.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 23 import com.android.emailcommon.Logging;
103 LogUtils.i(Logging.LOG_TAG, "Registering socket factory for certificate alias ["

Completed in 1363 milliseconds

12 3 4 5