Home
last modified time | relevance | path

Searched refs:LogSeverity (Results 1 – 25 of 31) sorted by relevance

12

/art/libartbase/base/
Dlogging.h29 using ::android::base::LogSeverity;
95 android::base::LogSeverity severity,
104 bool PrintFileToLog(const std::string& file_name, android::base::LogSeverity level);
120 ::android::base::LogSeverity severity, in VlogMessage()
Dlogging.cc94 android::base::LogSeverity severity, in InitLogging()
127 LogSeverity log_severity, in LogLineLowStack()
170 bool PrintFileToLog(const std::string& file_name, android::base::LogSeverity level) { in PrintFileToLog()
Dcommon_art_test.h41 using LogSeverity = android::base::LogSeverity; variable
Dmem_map.cc169 PrintFileToLog("/proc/self/maps", LogSeverity::ERROR); in ContainedWithinExistingMap()
218 PrintFileToLog("/proc/self/maps", LogSeverity::WARNING); in CheckMapRequest()
356 PrintFileToLog("/proc/self/maps", LogSeverity::WARNING); in MapAnonymous()
550 PrintFileToLog("/proc/self/maps", LogSeverity::WARNING); in MapFileAtAddress()
760 PrintFileToLog("/proc/self/maps", LogSeverity::WARNING); in RemapAtEnd()
Dmem_map_test.cc883 art::PrintFileToLog("/proc/self/maps", android::base::LogSeverity::ERROR); in OnTestPartResult()
/art/runtime/gc/
Dheap_verification_test.cc104 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
122 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
148 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
168 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
/art/tools/common/
Dcommon.py57 class LogSeverity(Enum): class
72 for log_severity in LogSeverity:
255 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
335 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
432 return LogSeverity.FromSymbol(brief_log_line[0])
434 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
/art/tools/bisection_search/
Dbisection_search.py42 from common.common import LogSeverity
116 cmd, LogSeverity.ERROR)
136 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
156 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
/art/runtime/
Dmonitor_test.cc300 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
310 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
321 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
347 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
Dexec_utils_test.cc47 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
Dcommon_runtime_test.h45 using LogSeverity = android::base::LogSeverity; variable
Druntime_common.cc426 PrintFileToLog("/proc/self/maps", android::base::LogSeverity::FATAL_WITHOUT_ABORT); in HandleUnexpectedSignalCommonDump()
Dthread_list.cc869 LogSeverity severity, in ThreadSuspendByPeerWarning()
1000 static void ThreadSuspendByThreadIdWarning(LogSeverity severity, in ThreadSuspendByThreadIdWarning()
Dindirect_reference_table_test.cc53 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
/art/openjdkjvmti/
Dti_logging.h62 android::base::LogSeverity severity, in JvmtiLogMessage()
/art/libdexfile/dex/
Dcompact_offset_table_test.cc72 android::base::ScopedLogSeverity sls(android::base::LogSeverity::INFO); in TEST()
/art/tools/dexanalyze/
Ddexanalyze.cc42 android::base::LogSeverity, in StdoutLogger() argument
/art/runtime/jni/
Djni_internal_test.cc695 ScopedLogSeverity sls(LogSeverity::ERROR); in TEST_F()
1043 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
1984 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
2023 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
2031 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
2120 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
2173 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
2318 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
2540 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
/art/runtime/gc/space/
Dspace_create_test.cc58 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_P()
Dimage_space_test.cc434 NoAccessAndroidDataTest() : quiet_(LogSeverity::FATAL) {} in NoAccessAndroidDataTest()
Dregion_space.cc76 PrintFileToLog("/proc/self/maps", LogSeverity::ERROR); in CreateMemMap()
/art/compiler/jni/
Djni_compiler_test.cc1426 ScopedLogSeverity sls(LogSeverity::FATAL); in UpcallArgumentTypeChecking_InstanceImpl()
1443 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
1919 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
1933 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
1950 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
/art/runtime/arch/
Dstub_test.cc674 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
787 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
906 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
/art/dex2oat/
Ddex2oat_image_test.cc436 ScopedLogSeverity quiet(LogSeverity::FATAL); in TEST_F()
/art/runtime/verifier/
Dmethod_verifier.cc5283 LogSeverity severity; in VerifyMethod()
5286 severity = LogSeverity::VERBOSE; in VerifyMethod()
5289 severity = LogSeverity::WARNING; in VerifyMethod()
5292 severity = LogSeverity::FATAL_WITHOUT_ABORT; in VerifyMethod()

12