commit | e218d1b3020f2255070c66e9e25df1667b495db7 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Sep 03 17:53:23 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Sep 03 17:53:23 2020 +0800 |
tree | 6e6846c159953968d3529fece78408493de3ee3c | |
parent | e381970463360858a772387014eb927655b8f24a [diff] | |
parent | 93c4b04d664f96bbd517ff0493a50b888a4b4a6b [diff] |
Merge 'goog/rvc-dev-plus-aosp' into mainline-prod Test: m && m com.android.resolv Test: install resolv apex, DNS works Bug: 167653798 Change-Id: I5bbc3524952d8b42d371f24d37b37632cbd1f399
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.