commit | fbe63559bfdace4c00d703296d651f59a6026615 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun Apr 19 07:07:46 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Apr 19 07:07:46 2020 +0000 |
tree | 9e4f48f1794337dcb0470d9bdfb29945e799783a | |
parent | c71d8a045f35004fa3c80cb83d2db8745ef2d64a [diff] | |
parent | b61be5447389eb69e6950559aefd6c68eaa76958 [diff] |
Snap for 6408566 from b61be5447389eb69e6950559aefd6c68eaa76958 to mainline-release Change-Id: I5af367448218d4150c011192d58483bd50822e50
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.