commit | aca181a20cfda2a76a79f1a7a3cbbb11b7676e2e | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 31 07:14:07 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 31 07:14:07 2020 +0000 |
tree | a5d49738d8955c33ae2aa35fb1b1f059569e4220 | |
parent | 88083d663dbfcd922580ceb5c2ab8f77e14644ca [diff] | |
parent | 964ed885d7ba9eb5bd7d31f8ebccde29137344b0 [diff] |
Snap for 6349563 from 964ed885d7ba9eb5bd7d31f8ebccde29137344b0 to mainline-release Change-Id: I2039b6ee94bae731e3424f5afa9eccb7ba2bc825
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.