commit | 5ad356803ad60c086962831dd7c2d0381915026b | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Jul 27 15:31:44 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Jul 29 14:49:54 2020 -0700 |
tree | 98c953986283be2f8a52a7e07c1e32e6f30e7107 | |
parent | 61694d83dd50ca70064af69a1bb9d78a7ef8dd01 [diff] |
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