Searched refs:WARN (Results 1 – 13 of 13) sorted by relevance
/system/bt/gd/ |
D | setup.py | 75 self.announce('Reusing existing ACTS installation', log.WARN) 77 self.announce('Installing ACTS library', log.WARN) 79 self.announce('ACTS installed.', log.WARN)
|
/system/core/fastboot/ |
D | usb_osx.cpp | 48 #define WARN(x...) fprintf(stderr, x) macro 50 #define WARN(x...) macro 109 WARN("Couldn't create a device interface iterator: (%08x)\n", kr); in try_interfaces() 126 WARN("Unable to create plugin (%08x)\n", kr); in try_interfaces() 166 WARN("Could not open interface: (%08x)\n", kr); in try_interfaces()
|
/system/nvram/core/include/nvram/core/ |
D | logger.h | 73 #define NVRAM_LOG_WARN(fmt, ...) NVRAM_LOG(WARN, fmt, ##__VA_ARGS__)
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | log_buffer.h | 44 enum class LogBufferLogLevel : uint8_t { ERROR, WARN, INFO, DEBUG, VERBOSE }; enumerator
|
/system/netd/libnetdutils/include/netdutils/ |
D | Log.h | 153 void warn(const std::string& entry) { record(Level::WARN, entry); } in warn() 198 WARN, enumerator
|
/system/update_engine/ |
D | .clang-format | 25 # WARN: We do not symlink this file to the original file because their location
|
/system/chre/platform/shared/ |
D | log_buffer_manager.cc | 137 return LogBufferLogLevel::WARN; in chreToLogBufferLogLevel()
|
/system/netd/libnetdutils/ |
D | Log.cpp | 202 case Level::WARN: in record()
|
/system/sepolicy/tools/ |
D | insertkeys.py | 247 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
|
/system/logging/logd/ |
D | README.property | 48 DEBUG, INFO, WARN, ERROR, ASSERT or
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 63 #define WARN(fmt, ...) LOG_WARN("%s: " fmt, __func__, ##__VA_ARGS__) macro 331 WARN("write timeout exceeded, sent %zu bytes", count); in skt_write()
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 76 #define WARN(fmt, ...) LOG_WARN("%s: " fmt, __func__, ##__VA_ARGS__) macro 325 WARN("write timeout exceeded, sent %zu bytes", count); in skt_write()
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 80 logging.getLogger().setLevel(logging.WARN)
|