commit | 9f08563babf25beed14b0f28d2d5b82f18dbf648 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed May 13 22:54:52 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed May 13 22:54:52 2020 +0000 |
tree | ff017a20b5c579be41824c73a62417047bf76cfe | |
parent | 426494b46560573030fe228694443a240540aa34 [diff] | |
parent | 52abf73c799ec3a77cc0de66de2c8d9087022f0a [diff] |
Snap for 6492189 from 52abf73c799ec3a77cc0de66de2c8d9087022f0a to mainline-release Change-Id: Icf00f3363af531b10cd22c102e518dd69bb5ea21
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.