commit | e96691257dfaad71ae61eeae92d557153f56b7a3 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Thu Sep 17 21:57:22 2020 -0700 |
committer | Bill Yi <byi@google.com> | Thu Sep 17 21:57:22 2020 -0700 |
tree | 21c0db59711beb75e08c9ce5c08927c84fb98014 | |
parent | b32cab38a0e02d2ed04eeba30f7c56cefdf0e1b9 [diff] | |
parent | 06ddb490ee9a956439466c12dc6f63c1e981445c [diff] |
Merge mainline-release 6664920 to master - DO NOT MERGE Merged-In: If5288d5ec76e6295dbba5d65185cdf1bc6e9e87e Change-Id: I4dd6a853a38abf3589c3d5528bd7422554334d9b
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.