commit | f188b54f2bc61f30701e928ab3940da7d5be1931 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Wed Nov 04 13:57:56 2020 -0800 |
committer | Bill Yi <byi@google.com> | Wed Nov 04 13:57:56 2020 -0800 |
tree | e6e9a95ff2ab299a718f91f562814864a71fcb08 | |
parent | d1d1507c73b71f402a13cf904dd227c1f47e0ddc [diff] | |
parent | 0ea40d43672581b950271d17cbd202d38f2e9b33 [diff] |
Merge rvc-release RP1A.201105.002 to aosp-master - DO NOT MERGE Merged-In: Ic84addeaf573721661c5ca3f4c7811a00a8ed533 Change-Id: I339ea02c66c3881e18d3209cf56eeaab9c36eec0
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.