Searched refs:__android_log_is_debuggable (Results 1 - 16 of 16) sorted by relevance

/system/core/include/log/
H A Dlog_properties.h28 int __android_log_is_debuggable();
/system/core/liblog/include/log/
H A Dlog_properties.h28 int __android_log_is_debuggable();
/system/core/liblog/include_vndk/log/
H A Dlog_properties.h28 int __android_log_is_debuggable();
/system/core/adb/daemon/
H A Dmain.cpp54 if (__android_log_is_debuggable()) {
74 bool ro_debuggable = __android_log_is_debuggable();
/system/core/adb/
H A Dset_verity_enable_state_service.cpp165 if (!__android_log_is_debuggable()) {
H A Dservices.cpp81 if (!__android_log_is_debuggable()) {
H A Dsockets.cpp420 if ((!strncmp(name, "root:", 5) && getuid() != 0 && __android_log_is_debuggable()) ||
/system/core/liblog/tests/
H A Dlog_read_test.cpp105 ((strcmp("kernel", name) != 0) || __android_log_is_debuggable())),
H A Dliblog_test.cpp1798 if (!__android_log_is_debuggable()) {
/system/core/liblog/
H A Dpmsg_writer.c80 !__android_log_is_debuggable()) {
108 if ((logId == LOG_ID_EVENTS) && !__android_log_is_debuggable()) {
H A Dproperties.c280 LIBLOG_ABI_PUBLIC int __android_log_is_debuggable() { function
484 if ((flag & BOOL_DEFAULT_FLAG_ENG) && !__android_log_is_debuggable()) {
H A Dfake_log_device.c686 LIBLOG_ABI_PRIVATE int __android_log_is_debuggable() { function
H A Devent_tag_map.cpp594 __android_log_is_debuggable()
/system/core/libcutils/
H A Dtrace-dev.c90 bool sys_debuggable = __android_log_is_debuggable();
/system/core/logd/
H A DLogTags.cpp352 if (__android_log_is_debuggable()) {
403 if (me && __android_log_is_debuggable()) {
648 !__android_log_is_debuggable();
/system/core/fs_mgr/
H A Dfs_mgr.cpp868 if (__android_log_is_debuggable() &&
1079 if (__android_log_is_debuggable() &&

Completed in 174 milliseconds