OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logging
(Results
576 - 600
of
3268
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
qt.py
31
import
logging
namespace
40
_log =
logging
.getLogger("webkitpy.layout_tests.port.qt")
/frameworks/base/core/java/android/util/
DebugUtils.java
23
* <p>Various utilities for debugging and
logging
.</p>
46
* <p>This class is useful for debugging and
logging
purpose:</p>
/libcore/luni/src/main/java/java/util/logging/
ErrorManager.java
18
package java.util.
logging
;
22
* error that may happen during
logging
. {@code Handlers} should report errors
/packages/apps/Email/src/com/android/email/activity/
MessageFileView.java
20
import com.android.emailcommon.
Logging
;
59
Log.w(
Logging
.LOG_TAG, "Insufficient intent parameter. Closing...");
/packages/apps/Email/src/com/android/email/view/
RigidWebView.java
28
import com.android.emailcommon.
Logging
;
79
Log.w(
Logging
.LOG_TAG, "Supressing size change in RigidWebView");
/packages/apps/Email/src/com/android/mail/utils/
LogUtils.java
34
* Get the log tag to apply to
logging
.
66
* Used to enable/disable
logging
that we don't want included in
74
* Enable debug
logging
for unit tests.
82
* Returns true if the build configuration prevents debug
logging
.
90
* Returns a boolean indicating whether debug
logging
is enabled.
104
* sanitation of the uri to remove PII if debug
logging
is not enabled.
109
// Debug
logging
has been enabled, so log the uri as is
112
// Debug
logging
is not enabled, we want to remove the email address from the uri.
/packages/apps/Email/tests/src/com/android/email/
TestUtils.java
19
import com.android.emailcommon.
Logging
;
117
Log.d(
Logging
.LOG_TAG, message + ": Waiting...");
/packages/apps/Exchange/exchange2/src/com/android/exchange/
CalendarSyncEnabler.java
19
import com.android.emailcommon.
Logging
;
73
Log.i(
Logging
.LOG_TAG, "Enabling Exchange calendar sync for " + emailAddress);
/prebuilts/tools/common/http-client/
README.txt
18
* Apache Commons
Logging
27
* Apache Commons
Logging
/development/samples/training/notify-user/res/values/
strings.xml
41
<!--
Logging
-->
/external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java
17
package org.apache.commons.
logging
;
/external/ceres-solver/internal/ceres/miniglog/glog/
logging.cc
31
#include "glog/
logging
.h"
/external/chromium/android/jni/
jni_utils.cc
6
#include "base/
logging
.h"
platform_file_jni.cc
8
#include "base/
logging
.h"
/external/chromium/base/
dir_reader_linux.h
15
#include "base/
logging
.h"
dir_reader_posix_unittest.cc
13
#include "base/
logging
.h"
file_version_info_mac.mm
10
#include "base/
logging
.h"
message_pump_default.cc
7
#include "base/
logging
.h"
safe_strerror_posix.h
12
//
logging
.h and use them instead if applicable.
sha1_win.cc
13
#include "base/
logging
.h"
sys_info_mac.cc
12
#include "base/
logging
.h"
/external/chromium/base/i18n/
break_iterator.cc
7
#include "base/
logging
.h"
/external/chromium/base/memory/
ref_counted.cc
7
#include "base/
logging
.h"
scoped_temp_dir.cc
8
#include "base/
logging
.h"
/external/chromium/base/synchronization/
condition_variable_posix.cc
10
#include "base/
logging
.h"
Completed in 331 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>