commit | cdb019f2646ba366cb2128cab824c4bfa3903a81 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 08 07:18:01 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Apr 08 07:18:01 2020 +0000 |
tree | d46863bf89705f24c0f604564f1568a59746a778 | |
parent | aca181a20cfda2a76a79f1a7a3cbbb11b7676e2e [diff] | |
parent | f67fba5739e30fb9ffe2c190f8f2192b3b646c2f [diff] |
Snap for 6374617 from f67fba5739e30fb9ffe2c190f8f2192b3b646c2f to mainline-release Change-Id: Ic6644bd2660bb6ce6017fd7cc59059c4efbf42f5
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.