commit | feae9fb192ff7dbb1556329e27cf57fd2a5b8227 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun May 31 07:03:22 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun May 31 07:03:22 2020 +0000 |
tree | 761f17f3d19cb3fa3db215446eb572d7a6921421 | |
parent | 25879f65151f487012843004eefdcd770c54a63c [diff] | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] |
Snap for 6545159 from fbe1ab5b9d21b689338e0b27e2a0e37885148575 to mainline-release Change-Id: Id7f092e5a664036cc5900c2d96cfe8c37d8b7a5e
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.