commit | 297f4afe58effdf61cf6b4840f9664b10877be1d | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed Dec 15 09:58:00 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Dec 15 09:58:00 2021 +0900 |
tree | 21908a2404a2e354020599a782962bd0c0c91215 | |
parent | 153b3fe1a092283606718129c7dd526d3de59d27 [diff] |
Remove apex_available for bluetooth.updatable The build will pass without it, showing that it's not exercised today, and the bluetooth apex is being renamed anyway. Bug: 206614050 Test: m Change-Id: Icbb2442d9efdbed487a4000340879feeeedb8302
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.