commit | a3a48282e201751d4656ee862958add8882d9239 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Mar 26 07:02:07 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Mar 26 07:02:07 2020 +0000 |
tree | b055188c845b7837548102911a1fe1c62284b297 | |
parent | 577e405de6b0dbdecb710d1bc3428d00e7d8d42c [diff] | |
parent | d64ba6016b14550143b1eefc85d5e211ada1676d [diff] |
Snap for 6334680 from d64ba6016b14550143b1eefc85d5e211ada1676d to mainline-release Change-Id: I931744ef20040a164a29d3ec1c9434077be77f06
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.