commit | 3b9497500effb4d97f7651a04e0c5459c492c2d4 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri May 08 15:13:49 2020 +0800 |
committer | Ken Chen <cken@google.com> | Fri May 08 18:50:11 2020 +0000 |
tree | 36cf762f44361921439b147ce52affc23c0760a9 | |
parent | d1d734f11946b9392c95332aaef1dd97d3ddde18 [diff] |
Remove libjsoncpp dependency The libjsoncpp is not directly used by dnsresolver. Test: adb shell dumpsys netd. The resolver binder call is still being printed. Change-Id: Ib9acab126ae0a9e25312d871bd1160f68947d2f8
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.