commit | 9223139e079ecc4158c89932dfd496bfe4c8e505 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 11:55:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 11:55:50 2020 +0000 |
tree | 45e33cf6075a8c3004e4ae7e3fc369b3931c62d4 | |
parent | e37b2b98913f4001ba3f405c7c75e05c39c78510 [diff] | |
parent | fe12b337cb158d87d12ee3e9608da0426f3d7986 [diff] |
Freeze IDnsResolver to v5. am: fc3a5314a7 am: fe12b337cb Change-Id: Iaa5a697e266f6d7cddb208f5c8acaaf2eea61fb4
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.