commit | 88083d663dbfcd922580ceb5c2ab8f77e14644ca | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun Mar 29 07:03:50 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Mar 29 07:03:50 2020 +0000 |
tree | af2f26b69ecc1222b05b7971decf04c2777142ef | |
parent | a3a48282e201751d4656ee862958add8882d9239 [diff] | |
parent | 7e10c5855f6137bad11565ae9465951afc029fe1 [diff] |
Snap for 6344429 from 7e10c5855f6137bad11565ae9465951afc029fe1 to mainline-release Change-Id: Ib8089573aef56224e5eb14083f26f9d2f5ec17e3
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.