commit | 76035f6772034bb80544f307ad27515e07289e7c | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Mon Mar 16 00:12:59 2020 +0800 |
committer | chenbruce <chenbruce@google.com> | Mon Mar 23 16:04:02 2020 +0800 |
tree | a3e7334ba22d17964d896fcb0c58948cccf4ac2b | |
parent | b6402aea0a93a69438dab624df1eed11beaca183 [diff] |
Add com.android.bluetooth.updatable to resolver apex_available Changing dnsresolver_aidl_interface-V2-java to dnsresolver_aidl_interface-unstable-java in upcoming CL. Module com.android.bluetooth.updatable requires "dnsresolver_aidl_interface-unstable-java" that is not available for the APEX. Add com.android.bluetooth.updatable to resolver apex_available that let com.android.bluetooth.updatable uses previous dnsresolver_aidl_interface-V2-java. Bug: 149733540 Test: m -j Merged-In: I0deb117ac7600973f97aff7a5606363fc1a00a94 Change-Id: I2f90efa409117159c2297d5c4e8885d0643d65c0
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.