Home
last modified time | relevance | path

Searched refs:__android_log_is_debuggable (Results 1 – 17 of 17) sorted by relevance

/system/core/liblog/include_vndk/log/
Dlog_properties.h16 int __android_log_is_debuggable();
/system/core/liblog/include/log/
Dlog_properties.h16 int __android_log_is_debuggable();
/system/core/liblog/
Dfake_log_device.h35 int __android_log_is_debuggable();
Dliblog.map.txt54 __android_log_is_debuggable; # vndk
Dpmsg_writer.cpp79 if ((logId != LOG_ID_SECURITY) && (logId != LOG_ID_EVENTS) && !__android_log_is_debuggable()) { in pmsgAvailable()
106 if ((logId == LOG_ID_EVENTS) && !__android_log_is_debuggable()) { in pmsgWrite()
Dproperties.cpp277 int __android_log_is_debuggable() { in __android_log_is_debuggable() function
473 if ((flag & BOOL_DEFAULT_FLAG_ENG) && !__android_log_is_debuggable()) { in __android_logger_property_get_bool()
Dfake_log_device.cpp667 int __android_log_is_debuggable() { in __android_log_is_debuggable() function
Devent_tag_map.cpp587 __android_log_is_debuggable() in android_lookupEventTagNum()
/system/core/adb/daemon/
Drestart_service.cpp36 if (!__android_log_is_debuggable()) { in restart_root_service()
Dmain.cpp67 if (__android_log_is_debuggable()) { in should_drop_capabilities_bounding_set()
89 bool ro_debuggable = __android_log_is_debuggable(); in should_drop_privileges()
Dset_verity_enable_state_service.cpp205 if (!__android_log_is_debuggable()) { in set_verity_enabled_state_service()
Dservices.cpp125 if (!__android_log_is_debuggable()) { in spin_service()
/system/core/logd/
DLogTags.cpp357 if (__android_log_is_debuggable()) { in LogTags()
408 if (me && __android_log_is_debuggable()) { in ReReadEventLogTags()
665 !__android_log_is_debuggable(); in WritePersistEventLogTags()
DLogAudit.cpp146 if (!__android_log_is_debuggable()) { in auditParse()
/system/core/lmkd/tests/
Dlmkd_test.cpp293 if (!__android_log_is_debuggable()) { in TEST()
/system/core/adb/
Dsockets.cpp418 if ((name.starts_with("root:") && getuid() != 0 && __android_log_is_debuggable()) || in create_local_service_socket()
/system/core/liblog/tests/
Dliblog_test.cpp1778 if (!__android_log_is_debuggable()) { in TEST()