commit | b19b57cc18c1ebdbccf10a6153e190b7c3e17a82 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Apr 28 01:15:48 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 28 01:15:48 2020 +0000 |
tree | e1aa372c850af4938437360be1e841b3c6acd16d | |
parent | 9e45b270a849a74cab3a6ddffe66894cb2d7ce66 [diff] | |
parent | 2479593fc10626acaf1e0b0cad1e93db5de2d319 [diff] |
dnsresolver_aidl_interface is marked as available to platform am: 328324efd2 am: ea533c2c5c am: 2479593fc1 Change-Id: I5f01b2948284b0158f206d68bc6e66601d1440b6
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.