commit | 66368cbe96a631b2bd15ba491415ec3c839ea353 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Nov 03 22:27:20 2020 -0800 |
committer | Bill Yi <byi@google.com> | Tue Nov 03 22:27:20 2020 -0800 |
tree | e6e9a95ff2ab299a718f91f562814864a71fcb08 | |
parent | 5df5cc1b28bc2fcdcdbbd9cd9d527ec390efb2fd [diff] | |
parent | 0ea40d43672581b950271d17cbd202d38f2e9b33 [diff] |
Merge rvc-release RP1A.201105.002 to stage-aosp-master - DO NOT MERGE Merged-In: Idde5294ba605979824165e407d83b1d55e5fe607 Change-Id: I95f45423cbb2e361b24649dc7396a0d19d4825b4
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.