commit | 0d234b06f193180696d5d558d87ff928a2597a70 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 18:39:35 2020 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 18:49:29 2020 +0900 |
tree | 52355f745837886f8cde71168265cefcd222ad29 | |
parent | fc3a5314a7aabea7e866f0c30be366202f940147 [diff] |
Switch back to using stable interfaces for DNS resolver. This was removed to allow the addition of a method in AOSP, but now the AIDL interface is frozen again it is no longer needed. Test: m Bug: 156914456 Change-Id: I69619ebaf60f1106ca202838eedf7096879c4cac
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.