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

12 3 4 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 20 import com.android.ddmlib.Log.LogLevel;
103 Messages.PreferencePage_Verbose, LogLevel.VERBOSE.getStringValue()
106 Messages.PreferencePage_Debug, LogLevel.DEBUG.getStringValue()
109 Messages.PreferencePage_Info, LogLevel.INFO.getStringValue()
112 Messages.PreferencePage_Warning, LogLevel.WARN.getStringValue()
115 Messages.PreferencePage_Error, LogLevel.ERROR.getStringValue()
118 Messages.PreferencePage_Assert, LogLevel.ASSERT.getStringValue()
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 19 import com.android.ddmlib.Log.LogLevel;
105 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": "
176 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": "
188 CLog.logAndDisplay(LogLevel.INFO,
197 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
211 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
DeviceOwnerTest.java 19 import com.android.ddmlib.Log.LogLevel;
95 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
BaseDevicePolicyTest.java 21 import com.android.ddmlib.Log.LogLevel;
99 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
142 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + removeUserCommand + ": "
223 CLog.logAndDisplay(LogLevel.INFO,
226 CLog.logAndDisplay(LogLevel.WARN, testResult.getStackTrace());
251 CLog.logAndDisplay(LogLevel.INFO, "Device doesn't have required feature "
  /external/chromium_org/net/cert/
x509_certificate_net_log_param.cc 16 NetLog::LogLevel log_level) {
ct_signed_certificate_timestamp_log_param.cc 132 const ct::CTVerifyResult* ct_result, NetLog::LogLevel log_level) {
151 NetLog::LogLevel log_level) {
  /external/chromium_org/net/quic/
quic_http_utils.cc 27 NetLog::LogLevel log_level) {
quic_connection_logger.cc 38 NetLog::LogLevel /* log_level */) {
52 NetLog::LogLevel /* log_level */) {
68 NetLog::LogLevel /* log_level */) {
78 NetLog::LogLevel /* log_level */) {
93 NetLog::LogLevel /* log_level */) {
103 NetLog::LogLevel /* log_level */) {
124 NetLog::LogLevel /* log_level */) {
160 NetLog::LogLevel /* log_level */) {
170 NetLog::LogLevel /* log_level */) {
179 NetLog::LogLevel /* log_level */)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPlugin.java 23 import com.android.ddmlib.Log.LogLevel;
90 public void printLog(LogLevel logLevel, String tag, String message) {
91 if (logLevel.getPriority() >= LogLevel.ERROR.getPriority()) {
100 public void printAndPromptLog(final LogLevel logLevel, final String tag,
102 printLog(logLevel, tag, message);
108 if (logLevel == LogLevel.ERROR)
    [all...]
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 25 import com.android.ddmlib.Log.LogLevel;
82 public void printAndPromptLog(LogLevel logLevel, String tag, String message) {
86 public void printLog(LogLevel logLevel, String tag, String message) {
  /external/chromium_org/net/base/
net_log.cc 25 NetLog::LogLevel log_level) {
34 NetLog::LogLevel /* log_level */) {
44 NetLog::LogLevel /* log_level */) {
52 NetLog::LogLevel /* log_level */) {
60 NetLog::LogLevel /* log_level */) {
68 NetLog::LogLevel /* log_level */) {
170 NetLog::Entry::Entry(const EntryData* data, LogLevel log_level)
188 NetLog::LogLevel NetLog::ThreadSafeObserver::log_level() const {
230 void NetLog::SetBaseLogLevel(LogLevel log_level) {
237 NetLog::LogLevel NetLog::GetLogLevel() const
    [all...]
capturing_net_log.h 77 void SetLogLevel(LogLevel log_level);
150 void SetLogLevel(NetLog::LogLevel log_level);
  /external/chromium_org/net/url_request/
url_request_netlog_params.cc 18 NetLog::LogLevel /* log_level */) {
  /external/chromium_org/net/websockets/
websocket_net_log_params.cc 14 NetLog::LogLevel /* log_level */) {
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 107 # LogLevel: Control the number of messages logged to the error_log.
111 LogLevel warn
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 23 import com.android.ddmlib.Log.LogLevel;
225 Log.logAndDisplay(LogLevel.INFO, TAG, "Loading resources from " + zip);
271 Log.logAndDisplay(LogLevel.INFO, TAG, "Skipped HoloThemes test for watch and TV");
277 Log.logAndDisplay(LogLevel.INFO, TAG,
290 Log.logAndDisplay(LogLevel.INFO, TAG,
297 Log.logAndDisplay(LogLevel.ERROR, TAG, "Capture failed: " + name);
ComparisonTask.java 20 import com.android.ddmlib.Log.LogLevel;
72 Log.logAndDisplay(LogLevel.ERROR, TAG, "File " + remoteGenerated + " have not been saved on device");
84 Log.logAndDisplay(LogLevel.INFO, TAG, "Diff created: " + diff.getPath());
87 Log.logAndDisplay(LogLevel.ERROR, TAG, String.format(mStoragePath, mName));
88 Log.logAndDisplay(LogLevel.ERROR, TAG, e.toString());
  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
CtsHostJankTest.java 22 import com.android.ddmlib.Log.LogLevel;
103 Log.logAndDisplay(LogLevel.INFO, TAG, sb.toString());
125 Log.logAndDisplay(LogLevel.INFO, TAG, "Results: " + results);
  /external/chromium_org/chromeos/network/
network_event_log.cc 75 LogLevel log_level,
96 LogLevel log_level;
105 LogLevel log_level,
256 LogLevel max_level,
302 LogLevel max_level,
382 const LogLevel kDefaultLogLevel = LOG_LEVEL_EVENT;
411 LogLevel log_level,
429 LogLevel max_level,
  /cts/suite/audio_quality/test/
LogTest.cpp 33 Log::LogLevel level = Log::Instance()->getLogLevel();
  /external/chromium_org/chrome/browser/net/
chrome_net_log.cc 33 SetBaseLogLevel(static_cast<LogLevel>(command_line_log_level));
  /external/chromium_org/net/http/
http_log_util.cc 36 std::string ElideHeaderValueForNetLog(NetLog::LogLevel log_level,
  /external/chromium_org/net/spdy/
spdy_header_block.cc 14 NetLog::LogLevel log_level) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java 22 import com.android.ddmlib.Log.LogLevel;
130 Log.logAndDisplay(LogLevel.INFO, mDeviceSerial, String.format(format, args));
PlanCreator.java 27 import com.android.ddmlib.Log.LogLevel;
100 Log.logAndDisplay(LogLevel.ERROR, "", String.format("Failed to create plan file %s",

Completed in 798 milliseconds

12 3 4 5 6