commit | 6971c78123847a39084dc583286ecb65afcf3dfb | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue May 12 06:12:03 2020 +0000 |
committer | Ken Chen <cken@google.com> | Tue May 19 15:25:52 2020 +0000 |
tree | 361961aab3ed2251de4a9da5d2af66f31bc3863e | |
parent | 13b0eebf65b70ca5e38ef4133777cc270bf33dcc [diff] |
Remove libutils dependency The libutils is not directly used by dnsresolver. Bug: 151122313 Test: build, flash image Merged-In: I6bc8756f0bcc3693a9142ad2f09dcabce2116ee7 Change-Id: I6e0ee18b7df780d926009949a1b696e47bd79237 (cherry picked from commit e61b85af9847a05595a0e445e85f671a5fe871f9)
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.