Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_properties.h28 int __android_log_is_debuggable();
/system/core/liblog/include_vndk/log/
Dlog_properties.h28 int __android_log_is_debuggable();
/system/core/adb/daemon/
Dmain.cpp54 if (__android_log_is_debuggable()) { in drop_capabilities_bounding_set_if_needed()
74 bool ro_debuggable = __android_log_is_debuggable(); in should_drop_privileges()
/system/core/liblog/
Dliblog.map.txt42 __android_log_is_debuggable; # vndk
Dpmsg_writer.c80 !__android_log_is_debuggable()) { in pmsgAvailable()
108 if ((logId == LOG_ID_EVENTS) && !__android_log_is_debuggable()) { in pmsgWrite()
Dproperties.c280 LIBLOG_ABI_PUBLIC int __android_log_is_debuggable() { in __android_log_is_debuggable() function
484 if ((flag & BOOL_DEFAULT_FLAG_ENG) && !__android_log_is_debuggable()) { in __android_logger_property_get_bool()
Dfake_log_device.c737 LIBLOG_ABI_PRIVATE int __android_log_is_debuggable() { in __android_log_is_debuggable() function
Devent_tag_map.cpp584 __android_log_is_debuggable() in android_lookupEventTagNum()
/system/core/adb/
Dset_verity_enable_state_service.cpp106 if (!__android_log_is_debuggable()) { in set_verity_enabled_state_service()
Dservices.cpp78 if (!__android_log_is_debuggable()) { in restart_root_service()
Dsockets.cpp420 if ((!strncmp(name, "root:", 5) && getuid() != 0 && __android_log_is_debuggable()) || in create_local_service_socket()
/system/core/liblog/tests/
Dlog_read_test.cpp105 ((strcmp("kernel", name) != 0) || __android_log_is_debuggable())), in TEST()
Dliblog_test.cpp1790 if (!__android_log_is_debuggable()) { in TEST()
/system/core/libcutils/
Dtrace-dev.c90 bool sys_debuggable = __android_log_is_debuggable(); in atrace_is_app_tracing_enabled()
/system/core/logd/
DLogTags.cpp352 if (__android_log_is_debuggable()) { in LogTags()
403 if (me && __android_log_is_debuggable()) { in ReReadEventLogTags()
648 !__android_log_is_debuggable(); in WritePersistEventLogTags()
/system/core/fs_mgr/
Dfs_mgr.cpp850 if (__android_log_is_debuggable() && rc == FS_MGR_SETUP_VERITY_DISABLED) { in fs_mgr_mount_all()
1065 if (__android_log_is_debuggable() && rc == FS_MGR_SETUP_VERITY_DISABLED) { in fs_mgr_do_mount()