commit | bcd90798ffe2065da1d8e4cc588e312ef1b7d6b4 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Sun Sep 13 07:59:05 2020 -0700 |
committer | Bill Yi <byi@google.com> | Sun Sep 13 07:59:05 2020 -0700 |
tree | 3a36fa5d147884366bea1b0cb2e9bef1de339984 | |
parent | 3c16465df37623cf4879c86d96666058604fb83b [diff] | |
parent | 06ddb490ee9a956439466c12dc6f63c1e981445c [diff] |
Merge mainline-release 6664920 to stage-aosp-master - DO NOT MERGE Merged-In: I621749fd6b3722efccd481e647d69768048a2c18 Change-Id: Icac47b8c49f017a197de6cceb55b1a965e541dca
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.