commit | 0023401332784f8531d62f0929c4ab7df761e7c2 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue May 26 07:06:17 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue May 26 07:06:17 2020 +0000 |
tree | 8a16b824bfcecefceb48e78169460f74574e97f5 | |
parent | 1a922b8741eaedfa9a9a257427514dd087b72dfe [diff] | |
parent | 0434e4febeb2db62cfd610b5bbf0d025b8f71190 [diff] |
Snap for 6526429 from 0434e4febeb2db62cfd610b5bbf0d025b8f71190 to mainline-release Change-Id: I2e649ebb599c966b13e46637d5af9667e54811c9
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.