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

12 3 4 5

  /external/chromium_org/media/cast/logging/
stats_event_subscriber_unittest.cc 11 #include "media/cast/logging/logging_defines.h"
12 #include "media/cast/logging/stats_event_subscriber.h"
37 cast_environment_->Logging()->AddRawEventSubscriber(
43 cast_environment_->Logging()->RemoveRawEventSubscriber(subscriber_.get());
44 cast_environment_->Logging()->RemoveRawEventSubscriber(
57 cast_environment_->Logging()->AddRawEventSubscriber(subscriber_.get());
76 cast_environment_->Logging()->InsertFrameEvent(sender_clock_->NowTicks(),
113 cast_environment_->Logging()->InsertEncodedFrameEvent(
156 cast_environment_->Logging()->InsertFrameEvent(receiver_clock_.NowTicks(),
192 cast_environment_->Logging()->InsertFrameEventWithDelay
    [all...]
  /packages/apps/Email/src/com/android/email/mail/internet/
AuthenticationCache.java 7 import com.android.emailcommon.Logging;
97 LogUtils.d(Logging.LOG_TAG, "initializing entry from database");
117 LogUtils.d(Logging.LOG_TAG, "AuthenticationCache refreshEntry %d", entry.mAccountId);
129 LogUtils.d(Logging.LOG_TAG, "authentication failed, clearning");
133 LogUtils.d(Logging.LOG_TAG, "messaging exception");
136 LogUtils.d(Logging.LOG_TAG, "IO exception");
142 LogUtils.d(Logging.LOG_TAG, "saveEntry");
155 LogUtils.d(Logging.LOG_TAG, "clearEntry");
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 20 import com.android.emailcommon.Logging;
47 LogUtils.w(Logging.LOG_TAG, "");
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/adapter/
SearchParser.java 9 import com.android.emailcommon.Logging;
26 private static final String LOG_TAG = Logging.LOG_TAG;
60 LogUtils.d(Logging.LOG_TAG, "Search status: " + status);
106 LogUtils.d(Logging.LOG_TAG, "Saved %s search results", ops.size());
108 LogUtils.d(Logging.LOG_TAG, "RemoteException while saving search results.");
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 32 import com.android.emailcommon.Logging;
183 LogUtils.d(Logging.LOG_TAG, e, "SSLException");
189 // This catch is only here to enhance logging of connection-time issues.
191 LogUtils.d(Logging.LOG_TAG, ioe, "IOException");
276 LogUtils.d(Logging.LOG_TAG, "sendCommand %s", (sensitive ? IMAP_REDACTED_LOG : command));
446 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
471 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
505 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
528 LogUtils.d(Logging.LOG_TAG, "doSASLAuth");
532 LogUtils.d(Logging.LOG_TAG, "failed to authenticate, retrying")
    [all...]
Pop3Store.java 25 import com.android.emailcommon.Logging;
216 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
227 LogUtils.d(Logging.LOG_TAG, me.toString());
234 LogUtils.d(Logging.LOG_TAG, ioe.toString());
258 LogUtils.d(Logging.LOG_TAG, statException.toString());
329 LogUtils.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe);
357 LogUtils.d(Logging.LOG_TAG, ioe.toString());
575 LogUtils.w(Logging.LOG_TAG, "Can't read message " + messageId);
587 LogUtils.e(Logging.LOG_TAG, "No body length supplied");
672 LogUtils.d(Logging.LOG_TAG, ioe.toString())
    [all...]
  /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;
48 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
49 LogUtils.d(Logging.LOG_TAG, "AccountSetupBasicsFragment onCreateView");
123 LogUtils.w(Logging.LOG_TAG, "Cleard WebView cache.");
AccountSettingsUtils.java 31 import com.android.emailcommon.Logging;
176 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
183 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
228 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
234 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
292 LogUtils.w(Logging.LOG_TAG, "providers line: " + xml.getLineNumber() +
330 LogUtils.e(Logging.LOG_TAG, "Error while trying to load provider settings.", e);
  /external/chromium_org/ipc/
ipc_channel_reader.cc 83 Logging* logger = Logging::GetInstance();
ipc_channel_proxy.cc 61 Logging* logger = Logging::GetInstance();
247 Logging* logger = Logging::GetInstance();
389 Logging::GetInstance()->OnSendMessage(message, context_->channel_id());
  /external/chromium_org/chrome/test/chromedriver/
logging_unittest.cc 10 #include "chrome/test/chromedriver/logging.h"
21 TEST(Logging, NameLevelConversionHappy) {
31 TEST(Logging, NameToLevelErrors) {
99 TEST(Logging, CreatePerformanceLog) {
114 TEST(Logging, IgnoreUnknownLogType) {
127 TEST(Logging, DefaultLogs) {
139 TEST(Logging, GetFirstErrorMessage) {
  /external/chromium_org/media/cast/receiver/
cast_receiver_impl.cc 11 #include "base/logging.h"
35 cast_environment->Logging(),
195 cast_environment->Logging()->InsertFrameEvent(
197 cast_environment->Logging()->InsertFrameEventWithDelay(
216 cast_environment->Logging()->InsertFrameEvent(
218 cast_environment->Logging()->InsertFrameEventWithDelay(
frame_receiver_unittest.cc 14 #include "media/cast/logging/simple_event_subscriber.h"
155 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
165 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
172 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
206 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
213 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
309 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber);
316 cast_environment_->Logging()->AddRawEventSubscriber(&event_subscriber);
402 // Sanity-check logging results.
415 cast_environment_->Logging()->RemoveRawEventSubscriber(&event_subscriber)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 25 import com.android.emailcommon.Logging;
132 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required");
147 LogUtils.w(Logging.LOG_TAG, "OAuth requested, but not supported.");
160 LogUtils.w(Logging.LOG_TAG, "No valid authentication mechanism found.");
168 LogUtils.d(Logging.LOG_TAG, e.toString());
173 LogUtils.d(Logging.LOG_TAG, ioe.toString());
231 * is logged (if debug logging is enabled) so do not use this function for user ID or password.
246 * please pass a replacement string here (for logging).
  /external/chromium_org/chrome/service/
service_ipc_server.cc 19 IPC::Logging::GetInstance()->SetIPCSender(this);
42 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/service/
ImapService.java 39 import com.android.emailcommon.Logging;
176 if (Logging.LOGD) {
177 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxSynchronous", e);
331 LogUtils.e(Logging.LOG_TAG,
337 LogUtils.e(Logging.LOG_TAG,
365 LogUtils.d(Logging.LOG_TAG, "synchronizeMailboxGeneric " + account + " " + mailbox + " "
414 Logging.LOG_TAG, "oldest local message " + oldestLocalMessageDate);
422 LogUtils.d(Logging.LOG_TAG, "full sync: original window: now - " + endDate);
428 LogUtils.d(Logging.LOG_TAG, "quick sync: original window: now - " + endDate);
434 LogUtils.d(Logging.LOG_TAG, "account is apparently deleted")
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 27 import com.android.emailcommon.Logging;
117 LogUtils.d(Logging.LOG_TAG, message + ": Waiting...");
  /external/chromium_org/media/cast/
cast_environment.h 14 #include "media/cast/logging/logging_defines.h"
15 #include "media/cast/logging/logging_impl.h"
59 // Logging is not thread safe. Its methods should always be called from the
61 // TODO(hubbe): Logging should be a thread-safe interface.
62 LoggingImpl* Logging() const { return logging_.get(); }
  /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);
288 * 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 28 import com.android.emailcommon.Logging;
180 LogUtils.e(Logging.LOG_TAG, "Error while copying downloaded message." + me);
184 LogUtils.e(Logging.LOG_TAG, "Error while storing downloaded message." + rte.toString());
186 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());

Completed in 1065 milliseconds

12 3 4 5