HomeSort by relevance Sort by last modified time
    Searched refs:__android_log_is_debuggable (Results 1 - 15 of 15) sorted by null

  /system/core/liblog/include/log/
log_properties.h 28 int __android_log_is_debuggable();
  /system/core/adb/daemon/
main.cpp 55 if (__android_log_is_debuggable()) {
75 bool ro_debuggable = __android_log_is_debuggable();
  /system/core/adb/
set_verity_enable_state_service.cpp 162 if (!__android_log_is_debuggable()) {
services.cpp 81 if (!__android_log_is_debuggable()) {
sockets.cpp 369 if ((!strncmp(name, "root:", 5) && getuid() != 0 && __android_log_is_debuggable()) ||
  /system/core/libcutils/
trace-dev.inc 84 bool sys_debuggable = __android_log_is_debuggable();
  /system/core/liblog/
pmsg_writer.c 80 !__android_log_is_debuggable()) {
108 if ((logId == LOG_ID_EVENTS) && !__android_log_is_debuggable()) {
properties.c 280 LIBLOG_ABI_PUBLIC int __android_log_is_debuggable() { function
484 if ((flag & BOOL_DEFAULT_FLAG_ENG) && !__android_log_is_debuggable()) {
fake_log_device.c 686 LIBLOG_ABI_PRIVATE int __android_log_is_debuggable() { function
event_tag_map.cpp 593 __android_log_is_debuggable()
  /system/core/lmkd/tests/
lmkd_test.cpp 286 if (!__android_log_is_debuggable()) {
  /system/core/logd/
LogTags.cpp 352 if (__android_log_is_debuggable()) {
403 if (me && __android_log_is_debuggable()) {
648 !__android_log_is_debuggable();
LogAudit.cpp 144 if (!__android_log_is_debuggable()) {
  /system/core/fs_mgr/
fs_mgr.cpp 871 if (__android_log_is_debuggable() &&
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp     [all...]

Completed in 890 milliseconds