commit | 69a22acb2075deff736941b13e1eff0b14406117 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed May 27 07:09:22 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed May 27 07:09:22 2020 +0000 |
tree | 49dd3c4c6c1c656f983e181e5698a0bc8df09ba0 | |
parent | 0023401332784f8531d62f0929c4ab7df761e7c2 [diff] | |
parent | 4188cddc801c6c13f31d26ae0513a067e823b445 [diff] |
Snap for 6530637 from 4188cddc801c6c13f31d26ae0513a067e823b445 to mainline-release Change-Id: I8fea8df57941466e40be7d9509e1eec012bbbba1
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.