android_system_core/liblog/include
Tom Cherry f83640d65e liblog: don't use a cache for __android_log_is_debuggable()
ro.debuggable is set by init before other processes would possibly
call __android_log_is_debuggable(), so this property can be checked
once and stored without liblog's property caching mechanisms.

Test: this function returns accurately
Change-Id: Idb1e5e10e53ca809b7f9a75164a4982f39827d4e
2020-07-29 14:49:54 -07:00
..
android Fix doxygen links in log.h. 2020-04-22 17:09:21 -07:00
log liblog: don't use a cache for __android_log_is_debuggable() 2020-07-29 14:49:54 -07:00
private liblog: remove __android_logger_property_get_bool() 2020-07-29 19:58:30 +00:00