commit | 768cae6067cdff87be4974922cf0b5779e6078a9 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Thu Mar 19 20:36:18 2020 +0800 |
committer | chenbruce <chenbruce@google.com> | Mon Mar 23 21:14:57 2020 +0800 |
tree | 987b9e06f66f44e15cc84e103e226b8b4d0ede74 | |
parent | 361bf8b3e0465cc8b87b8a6960b73b1cb9f202d1 [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: I949433b3d4f073b064e61b7106ba1cf852441c7b Change-Id: I11b67c3816503132648fc798395aa2ea6fde14b9
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.