commit | f43790603f1345326fd71670515e70e4179f67c1 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 11:44:24 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 11:44:24 2020 +0000 |
tree | 52355f745837886f8cde71168265cefcd222ad29 | |
parent | 2f90adfb998de1b423b9d1dbb5ee591b9f369b17 [diff] | |
parent | 0d234b06f193180696d5d558d87ff928a2597a70 [diff] |
Switch back to using stable interfaces for DNS resolver. am: 0d234b06f1 Change-Id: Ic34402ab2126bc18fd0574d7e8f5df17e9615469
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.