commit | 468ac8ae145658bbe8a49fa64a9fad7c57708edb | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue May 12 02:39:22 2020 +0800 |
committer | Ken Chen <cken@google.com> | Tue May 12 02:43:13 2020 +0800 |
tree | 74e5ae09a9d3abc1017aee810e24d9828e5cbca8 | |
parent | 8f2a888553b6036ebc425234072f82a238eae172 [diff] |
Remove libutils dependency The libutils is not directly used by dnsresolver. Test: build, flash image Change-Id: I6bc8756f0bcc3693a9142ad2f09dcabce2116ee7
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.