commit | 6211b57720c79091e1085273ebafab129bd50a42 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu May 28 07:03:05 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu May 28 07:03:05 2020 +0000 |
tree | 2e379c95645bdef30828d5e156d80e952a39dab8 | |
parent | 69a22acb2075deff736941b13e1eff0b14406117 [diff] | |
parent | aa7f6b47b51c4cbb3a38b9bb7100b1f0a4970e27 [diff] |
Snap for 6535363 from aa7f6b47b51c4cbb3a38b9bb7100b1f0a4970e27 to mainline-release Change-Id: Ia6b0482ed34bd8b7110f45bf12e33bf7ecb52346
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.