commit | 347d9ceaf0f8227e540eabd7cc5ceabec9151787 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun Apr 12 07:06:26 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Apr 12 07:06:26 2020 +0000 |
tree | e1aae501981eb80d398ca89300055ba11692bbb4 | |
parent | b5d0c68dce79d12fb9a0efca91eacef525b2ada6 [diff] | |
parent | 6184b60942487c2fc7d67f7fb545de5d6608e50d [diff] |
Snap for 6388478 from 6184b60942487c2fc7d67f7fb545de5d6608e50d to mainline-release Change-Id: I6a1e2940222fead1502c0d549357dca8564bb79a
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.