commit | 37df1e9359f0ca76bac7153c812eda718e9b7ae7 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 24 07:13:51 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Apr 24 07:13:51 2020 +0000 |
tree | 02f18c2706459ecc15052ff30c6ff37683b816bc | |
parent | fbe63559bfdace4c00d703296d651f59a6026615 [diff] | |
parent | 0d0d621c103f84e1305c5d60345b7be4f353e651 [diff] |
Snap for 6425864 from 0d0d621c103f84e1305c5d60345b7be4f353e651 to mainline-release Change-Id: I502cf3538e77abe3a086b88ba6e6f60d9ba8930a
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.