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

1 2 3 4 5

  /packages/apps/Email/src/com/android/email/mail/transport/
StatusOutputStream.java 19 import com.android.emailcommon.Logging;
37 if (Logging.LOGD) {
39 LogUtils.v(Logging.LOG_TAG, "# " + mCount);
MailTransport.java 22 import com.android.emailcommon.Logging;
107 LogUtils.d(Logging.LOG_TAG, "*** " + mDebugLabel + " open " +
129 LogUtils.d(Logging.LOG_TAG, e.toString());
134 LogUtils.d(Logging.LOG_TAG, ioe.toString());
139 LogUtils.d(Logging.LOG_TAG, iae.toString());
163 LogUtils.d(Logging.LOG_TAG, e.toString());
168 LogUtils.d(Logging.LOG_TAG, ioe.toString());
263 if (sensitiveReplacement != null && !Logging.DEBUG_SENSITIVE) {
264 LogUtils.d(Logging.LOG_TAG, ">>> " + sensitiveReplacement);
266 LogUtils.d(Logging.LOG_TAG, ">>> " + s)
    [all...]
DiscourseLogger.java 19 import com.android.emailcommon.Logging;
113 LogUtils.w(Logging.LOG_TAG, "Last network activities:");
115 LogUtils.w(Logging.LOG_TAG, "%s", r);
  /external/chromium_org/ipc/
ipc_logging.cc 15 #include "base/logging.h"
40 LogFunctionMap* Logging::log_function_map_;
42 Logging::Logging()
75 Logging::~Logging() {
78 Logging* Logging::GetInstance() {
79 return Singleton<Logging>::get();
82 void Logging::SetConsumer(Consumer* consumer)
    [all...]
ipc_logging.h 20 // Logging function. |name| is a string in ASCII and |params| is a string in
36 class IPC_EXPORT Logging {
49 ~Logging();
50 static Logging* GetInstance();
61 // logging data to the browser process.
64 // Called in the browser process when logging data from a child process is
102 friend struct DefaultSingletonTraits<Logging>;
103 Logging();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 21 public class Logging {
25 * Set this to 'true' to enable as much Email logging as possible.
30 * If this is enabled then logging that normally hides sensitive information
36 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.
Device.java 65 LogUtils.e(Logging.LOG_TAG,
72 LogUtils.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" +
75 LogUtils.w(Logging.LOG_TAG, "Remove failed. Tring to overwrite.");
108 LogUtils.d(Logging.LOG_TAG, "Error in TelephonyManager.getDeviceId(): "
  /packages/apps/Email/src/com/android/email/
StopWatch.java 19 import com.android.emailcommon.Logging;
46 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") start");
56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
62 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") stop: "
  /external/chromium_org/content/browser/
browser_ipc_logging.cc 31 IPC::Logging::GetInstance()->Enable();
33 IPC::Logging::GetInstance()->Disable();
  /external/clang/tools/libclang/
ARCMigrate.cpp 38 bool Logging = ::getenv("LIBCLANG_LOGGING");
41 if (Logging)
49 if (Logging) {
63 if (Logging) {
78 bool Logging = ::getenv("LIBCLANG_LOGGING");
83 if (Logging)
90 if (Logging)
105 if (Logging) {
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_dialog.h 23 class AboutIPCBridge : public IPC::Logging::Consumer {
28 // IPC::Logging::Consumer implementation.
  /external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_dialog.h 22 class AboutIPCBridge : public IPC::Logging::Consumer {
27 // IPC::Logging::Consumer implementation.
  /external/chromium_org/content/common/
content_ipc_logging.cc 31 IPC::Logging::set_log_function_map(g_log_function_mapping.Pointer());
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 20 import com.android.emailcommon.Logging;
79 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found");
97 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e);
110 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
ImapUtility.java 19 import com.android.emailcommon.Logging;
78 LogUtils.d(Logging.LOG_TAG, "Invalid UID value", e);
121 LogUtils.d(Logging.LOG_TAG, "Invalid range value", e);
ImapMemoryLiteral.java 20 import com.android.emailcommon.Logging;
47 LogUtils.w(Logging.LOG_TAG, "");
  /packages/apps/Email/tests/src/com/android/emailcommon/
DeviceTests.java 30 LogUtils.w(Logging.LOG_TAG, "TelephonyManager not supported. Skipping.");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
LoggingInputStream.java 19 import com.android.emailcommon.Logging;
30 * Use of this class *MUST* be restricted to logging-enabled situations only.
46 LogUtils.d(Logging.LOG_TAG, mTag + "dump start");
98 LogUtils.d(Logging.LOG_TAG, mSb.toString());
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 41 import com.android.emailcommon.Logging;
81 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
82 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreate");
95 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
96 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreateView");
180 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
181 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onActivityCreated");
191 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
192 LogUtils.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onStart");
204 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG)
    [all...]
AccountSetupIncomingFragment.java 47 import com.android.emailcommon.Logging;
102 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
103 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onCreate");
116 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
117 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onCreateView");
183 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
184 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onActivityCreated");
243 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG) {
244 LogUtils.d(Logging.LOG_TAG, "AccountSetupIncomingFragment onStart");
257 if (Logging.DEBUG_LIFECYCLE && MailActivityEmail.DEBUG)
    [all...]
AccountSetupActivity.java 22 import com.android.emailcommon.Logging;
49 LogUtils.d(Logging.LOG_TAG, "%s onCreate %s", getClass().getName(), mSetupData.debugString());
  /packages/apps/Email/src/com/android/email/provider/
AccountReconciler.java 30 import com.android.emailcommon.Logging;
151 LogUtils.d(Logging.LOG_TAG, "reconcileAccountsInternal");
167 LogUtils.w(Logging.LOG_TAG,
175 LogUtils.d(Logging.LOG_TAG,
180 LogUtils.d(Logging.LOG_TAG, "deleted account with hostAuth " + auth);
205 LogUtils.d(Logging.LOG_TAG,
216 LogUtils.w(Logging.LOG_TAG, e.toString());
218 LogUtils.w(Logging.LOG_TAG, e.toString());
220 LogUtils.w(Logging.LOG_TAG, e.toString());
233 LogUtils.i(Logging.LOG_TAG, "Restarting because account deleted")
    [all...]
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 23 import com.android.emailcommon.Logging;
82 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found");
100 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e);
113 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.h 31 public IPC::Logging::Consumer,
55 // IPC::Logging::Consumer implementation.
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.h 30 public IPC::Logging::Consumer {
52 // IPC::Logging::Consumer implementation.

Completed in 1398 milliseconds

1 2 3 4 5