commit | 66ba90d3afffda35445b0ca13afb86c7df8e2e9f | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Tue Feb 25 14:53:39 2020 +0800 |
committer | chenbruce <chenbruce@google.com> | Tue Mar 10 18:32:00 2020 +0800 |
tree | 7701ead9d44d60662d1b011ee5328cdaf4439680 | |
parent | 40bf2ce733a5f5c6929894ef11ed9274f4e204c5 [diff] |
Add apex_available to resolver Apex module "com.android.wifi" only exists in internal master. If we use dnsresolver_aidl_interface-unstable-java, it would cause build error. Bug: 149733540 Test: m -j Merged-In: I38d922e07b32d415755c66ddeb97c44aa816e0c2 Change-Id: I7b0d0c825560bc494ff7be1f03b12996ef1eb31c
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.