commit | f83640d65e14d80804ee7b480bd0078a911ad383 | [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 | fcb9c9809726f53044b28d483656bb7f52228f96 | |
parent | 3b8b444fce5ca7f19e9560fd73600f3401308553 [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