commit | 2479593fc10626acaf1e0b0cad1e93db5de2d319 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Apr 28 00:59:44 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 28 00:59:44 2020 +0000 |
tree | e1aa372c850af4938437360be1e841b3c6acd16d | |
parent | 3643b6feac69bab23f2b4238128c83bcf0ad2964 [diff] | |
parent | ea533c2c5c4927e2de05ec8269a3524d504268cf [diff] |
dnsresolver_aidl_interface is marked as available to platform am: 328324efd2 am: ea533c2c5c Change-Id: I582fee833901e7a5caa5efbf92554a072e91f411
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.