Always use 'bluetooth' for checking loggability
The liblog library implements caching to save the value of the most recently used log tag and save on calls to read system properties. However the bluetooth native code is using too many different log tags and this cache is constantly being evicted. This change ensures that the cache has longer lifetime. Test: m com.android.btservices Test: Manual, check perfetto traces Bug: 346429202 Flag: EXEMPT, log change (cherry picked from https://android-review.googlesource.com/q/commit:b93d673e826a7e943c4acbc08ed362bd631b0c05) Merged-In: I1514547d001695f15d80cfefc9a16f2a06e583b7 Change-Id: I1514547d001695f15d80cfefc9a16f2a06e583b7
Loading
Please register or sign in to comment