commit | 0fc985f7ba42fa980455fc750f835ba25fd09e44 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Nov 14 19:18:14 2019 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Nov 14 19:25:21 2019 +0800 |
tree | e1f127da636691b6aead93e33735c048be1114eb | |
parent | dffafb7e7134c71f64b09ebb8394bce940b45378 [diff] |
Freeze DnsResolver AIDLs to v3 V3 corresponds to the M-2020-01 release. Bug: 144475682 Test: m libnetd_resolv && atest Change-Id: I8658241dafd9fe8bb98316ea836f01a485a0fdf7
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.