HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 951 - 975 of 3268) sorted by null

<<31323334353637383940>>

  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 26 import com.android.emailcommon.Logging;
226 Log.d(Logging.LOG_TAG, "Add attachment " + localAttachment);
252 Log.d(Logging.LOG_TAG, "Skipped, found db attachment " + dbAttachment);
362 Log.d(Logging.LOG_TAG, "Exception while reading html body " + rte.toString());
369 Log.d(Logging.LOG_TAG, "Exception while reading text body " + rte.toString());
383 Log.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
391 Log.d(Logging.LOG_TAG, "Exception while reading html reply " + rte.toString());
398 Log.d(Logging.LOG_TAG, "Exception while reading text reply " + rte.toString());
MessagingController.java 32 import com.android.emailcommon.Logging;
250 Log.i(Logging.LOG_TAG, "Could not load account id " + accountId
376 if (Logging.LOGD) {
377 Log.v(Logging.LOG_TAG, "synchronizeMailbox", e);
572 Log.e(Logging.LOG_TAG,
579 Log.e(Logging.LOG_TAG,
621 Log.d(Logging.LOG_TAG, "Attempted search for " + searchParams
702 Log.e(Logging.LOG_TAG,
706 Log.e(Logging.LOG_TAG,
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 33 import com.android.emailcommon.Logging;
137 Log.d(Logging.LOG_TAG, "Decoding bitmap failed with " + e.getMessage());
ShortcutPicker.java 31 import com.android.emailcommon.Logging;
141 Log.d(Logging.LOG_TAG, "Created old style intent: " + shortcutIntent);
  /packages/apps/Email/src/com/android/email/mail/
Sender.java 24 import com.android.emailcommon.Logging;
56 Log.d(Logging.LOG_TAG, String.format(
Transport.java 33 * (dealing with sockets & streams, SSL, logging, and so forth), and provides a seam just below
148 * please pass a replacement string here (for logging). Most callers simply pass null,
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapString.java 19 import com.android.emailcommon.Logging;
135 Log.w(Logging.LOG_TAG, getString() + " can't be parsed as a date.");
ImapResponseParser.java 23 import com.android.emailcommon.Logging;
103 Log.d(Logging.LOG_TAG, message);
165 Log.d(Logging.LOG_TAG, "<<< " + response.toString());
180 Log.w(Logging.LOG_TAG, ByeException.MESSAGE);
204 Log.w(Logging.LOG_TAG, "Exception detected: " + e.getMessage());
  /packages/apps/Email/src/com/android/email/widget/
WidgetManager.java 24 import com.android.emailcommon.Logging;
87 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
Eas.java 34 // The following two are for user logging (the second providing more detail)
104 Log.d("Eas Debug", "Logging: " + (USER_LOG ? "User " : "") +
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 38 /** Tag for message logging. */
203 * Logging wrappers
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 30 import java.util.logging.Level;
31 import java.util.logging.Logger;
  /system/core/logcat/
event.logtags 137 # libc failure logging
153 # libcore failure logging
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 18 package org.apache.commons.logging.impl;
44 * to call {@link org.apache.commons.logging.LogFactory#release(ClassLoader) LogFactory.release(ClassLoader)}.
47 * <p><code>org.apache.commons.logging.LogFactory</code> checks whether this class
72 * bundles commons-logging by default. However, holding the classloader
94 * Such a situation occurs when the commons-logging.jar is
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 30 // and LOGGING defined in config.h.
38 // If LOGGING is not defined, define it to 1 (b/3245816)
39 #ifndef LOGGING
40 #define LOGGING 1
50 #include "talk/base/logging.h"
  /system/core/include/cutils/
log.h 18 // C/C++ logging functions. See the logging documentation for API details.
64 * logging macros. You can change this preprocessor definition
450 * Conditional given a desired logging priority and tag.
460 * Event logging.
  /system/core/logwrapper/
logwrap.c 90 /* Collect all the various bits of info needed for logging in one place. */
181 * the kernel logging device file, so find and print each line one at
184 * room to temporarily stuff a null byte to terminate a line for logging.
346 /* The abbreviated logging code uses newline as
351 * abbreviated logging.
  /external/emma/core/java12/com/vladium/logging/
Logger.java 9 package com.vladium.logging;
28 * A simple Java version-independent logging framework. Each Logger is also
30 * logging verbosity level etc. In general, a Logger is looked up as an
32 * logging configurations in a way that seems difficult with log4j.<P>
36 * threads that are guaranteed to share the same logging context). [This is
123 * A quick method to determine if logging is enabled at a given level.
125 * log() or convenience logging methods directly incurs significant
  /external/libxml2/
xmlmemory.c 155 * a malloc() equivalent, with logging of the allocation info.
224 * a malloc() equivalent, with logging of the allocation info.
290 * a malloc() equivalent, with logging of the allocation info.
308 * a realloc() equivalent, with logging of the allocation info.
390 * a realloc() equivalent, with logging of the allocation info.
477 * a strdup() equivalent, with logging of the allocation info.
538 * a strdup() equivalent, with logging of the allocation info.
  /device/ti/panda/audio/test/
TestFlinger.py 71 If null, then no logging will be done. (See also TestFlinger.setup_logfile()
219 """Open a logfile and prepare it for use with TestFlinger logging.
238 print "Logging to", tmpfile
  /external/chromium/base/memory/
singleton.h 58 // This is useful for a certain category of things, notably logging and
61 // In logging and tracing you'll typically get stray calls at odd times, like
69 // a callback the system will invoke when logging levels change. Note that
  /external/chromium/net/test/
test_server.cc 22 #include "base/logging.h"
349 if (logging::GetMinLogLevel() == logging::LOG_VERBOSE) {
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 29 import java.util.logging.Handler;
30 import java.util.logging.Level;
31 import java.util.logging.Logger;
  /external/libppp/src/
README.changes 37 o Syslogd is used for logging. /etc/syslog.conf must be updated.
93 o LINK and CARRIER logging are no longer available.
98 o Passwords aren't logged when logging the ``set server'' line.
  /external/markdown/
test-markdown.py 8 import logging namespace
9 logging.getLogger('MARKDOWN').addHandler(logging.StreamHandler())

Completed in 691 milliseconds

<<31323334353637383940>>