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

1 2 3 4 5

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 19 public class Logging {
23 * Set this to 'true' to enable as much Email logging as possible.
28 * If this is enabled then logging that normally hides sensitive information
34 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.
Device.java 65 Log.e(Logging.LOG_TAG, "Can't delete null deviceName file; try overwrite.");
71 Log.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" +
74 Log.w(Logging.LOG_TAG, "Remove failed. Tring to overwrite.");
107 Log.d(Logging.LOG_TAG, "Error in TelephonyManager.getDeviceId(): " + e.getMessage());
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/
Log.java 19 import com.android.emailcommon.Logging;
22 * Empty stub for the apache logging library.
54 android.util.Log.v(Logging.LOG_TAG, toString(message, null));
59 android.util.Log.v(Logging.LOG_TAG, toString(message, t));
64 android.util.Log.d(Logging.LOG_TAG, toString(message, null));
69 android.util.Log.d(Logging.LOG_TAG, toString(message, t));
74 android.util.Log.i(Logging.LOG_TAG, toString(message, null));
79 android.util.Log.i(Logging.LOG_TAG, toString(message, t));
83 android.util.Log.w(Logging.LOG_TAG, toString(message, null));
87 android.util.Log.w(Logging.LOG_TAG, toString(message, t))
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
StatusOutputStream.java 19 import com.android.emailcommon.Logging;
38 if (Logging.LOGD) {
40 Log.v(Logging.LOG_TAG, "# " + mCount);
MailTransport.java 21 import com.android.emailcommon.Logging;
163 Log.d(Logging.LOG_TAG, "*** " + mDebugLabel + " open " +
184 Log.d(Logging.LOG_TAG, e.toString());
189 Log.d(Logging.LOG_TAG, ioe.toString());
214 Log.d(Logging.LOG_TAG, e.toString());
219 Log.d(Logging.LOG_TAG, ioe.toString());
320 if (sensitiveReplacement != null && !Logging.DEBUG_SENSITIVE) {
321 Log.d(Logging.LOG_TAG, ">>> " + sensitiveReplacement);
323 Log.d(Logging.LOG_TAG, ">>> " + s);
353 Log.d(Logging.LOG_TAG, "End of stream reached while trying to read line.")
    [all...]
DiscourseLogger.java 19 import com.android.emailcommon.Logging;
114 Log.w(Logging.LOG_TAG, "Last network activities:");
116 Log.w(Logging.LOG_TAG, r);
  /packages/apps/Email/src/com/android/email/
SingleRunningTask.java 19 import com.android.emailcommon.Logging;
44 Log.i(Logging.LOG_TAG, mLogTaskName + ": start");
48 Log.i(Logging.LOG_TAG, mLogTaskName + ": done");
53 Log.i(Logging.LOG_TAG, mLogTaskName + ": already running");
StopWatch.java 19 import com.android.emailcommon.Logging;
46 Log.w(Logging.LOG_TAG, "StopWatch(" + mName + ") start");
56 Log.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
63 Log.w(Logging.LOG_TAG, "StopWatch(" + mName + ") stop: "
  /packages/apps/Email/src/com/android/email/activity/
EmailActivity.java 38 import com.android.emailcommon.Logging;
165 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onCreate");
220 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
221 Log.d(Logging.LOG_TAG, this + " onSaveInstanceState");
230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
231 Log.d(Logging.LOG_TAG, this + " onInstallFragment fragment=" + fragment);
239 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
240 Log.d(Logging.LOG_TAG, this + " onUninstallFragment fragment=" + fragment);
247 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onStart")
    [all...]
MailboxFinder.java 22 import com.android.emailcommon.Logging;
133 Log.i(Logging.LOG_TAG, "MailboxFinder: updateMailboxListCallback");
206 Log.w(Logging.LOG_TAG, "MailboxFinder: Account security hold.");
214 Log.w(Logging.LOG_TAG, "MailboxFinder: Account not found.");
222 Log.w(Logging.LOG_TAG, "MailboxFinder: Mailbox not found.");
230 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
231 Log.d(Logging.LOG_TAG, "MailboxFinder: mailbox found: id=" + mailboxId);
241 Log.i(Logging.LOG_TAG, "MailboxFinder: Starting network lookup.");
UIControllerBase.java 38 import com.android.emailcommon.Logging;
170 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
171 Log.d(Logging.LOG_TAG, this + " onActivityViewReady");
179 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
180 Log.d(Logging.LOG_TAG, this + " onActivityCreated");
191 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
192 Log.d(Logging.LOG_TAG, this + " onActivityStart");
203 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
204 Log.d(Logging.LOG_TAG, this + " onActivityResume");
219 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
MessageFileViewFragment.java 29 import com.android.emailcommon.Logging;
97 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
98 Log.d(Logging.LOG_TAG, this + " openMessage");
114 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
115 Log.d(Logging.LOG_TAG, this + " openMessageSync");
MailboxListFragment.java 47 import com.android.emailcommon.Logging;
361 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
362 Log.d(Logging.LOG_TAG, this + " onAttach");
373 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
374 Log.d(Logging.LOG_TAG, this + " onCreate");
422 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
423 Log.d(Logging.LOG_TAG, this + " onCreateView");
438 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
439 Log.d(Logging.LOG_TAG, this + " onActivityCreated");
464 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_dialog.h 23 class AboutIPCBridge : public IPC::Logging::Consumer {
28 // IPC::Logging::Consumer implementation.
  /external/clang/tools/libclang/
ARCMigrate.cpp 39 bool Logging = ::getenv("LIBCLANG_LOGGING");
42 if (Logging)
50 if (Logging) {
64 if (Logging) {
  /packages/apps/Email/src/com/android/email/provider/
AccountReconciler.java 27 import com.android.emailcommon.Logging;
111 Log.w(Logging.LOG_TAG,
119 Log.d(Logging.LOG_TAG,
145 Log.d(Logging.LOG_TAG,
156 Log.w(Logging.LOG_TAG, e.toString());
158 Log.w(Logging.LOG_TAG, e.toString());
160 Log.w(Logging.LOG_TAG, e.toString());
WidgetProvider.java 32 import com.android.emailcommon.Logging;
40 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
48 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
57 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
66 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
75 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 20 import com.android.emailcommon.Logging;
80 Log.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found");
93 Log.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file");
106 Log.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
ImapUtility.java 19 import com.android.emailcommon.Logging;
79 Log.d(Logging.LOG_TAG, "Invalid UID value", e);
122 Log.d(Logging.LOG_TAG, "Invalid range value", e);
ImapMemoryLiteral.java 20 import com.android.emailcommon.Logging;
48 Log.w(Logging.LOG_TAG, "");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
LoggingInputStream.java 19 import com.android.emailcommon.Logging;
31 * Use of this class *MUST* be restricted to logging-enabled situations only.
47 Log.d(Logging.LOG_TAG, mTag + "dump start");
99 Log.d(Logging.LOG_TAG, mSb.toString());
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 41 import com.android.emailcommon.Logging;
77 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
78 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreate");
91 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
92 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onCreateView");
163 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
164 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onActivityCreated");
174 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
175 Log.d(Logging.LOG_TAG, "AccountSetupOutgoingFragment onStart");
187 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
AccountSetupExchangeFragment.java 45 import com.android.emailcommon.Logging;
84 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
85 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onCreate");
99 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
100 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onCreateView");
155 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
156 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onActivityCreated");
167 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
168 Log.d(Logging.LOG_TAG, "AccountSetupExchangeFragment onStart");
180 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG)
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/
DeviceTests.java 31 Log.w(Logging.LOG_TAG, "TelephonyManager not supported. Skipping.");
  /packages/apps/Exchange/src/com/android/exchange/service/
ExchangeBroadcastProcessorService.java 25 import com.android.emailcommon.Logging;
72 Log.d(Logging.LOG_TAG, "Login accounts changed; reconciling...");

Completed in 585 milliseconds

1 2 3 4 5