commit | 13b0eebf65b70ca5e38ef4133777cc270bf33dcc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 11 12:46:57 2020 +0000 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue May 19 14:32:42 2020 +0000 |
tree | 3696be26eab74125986f2e7683878afca2aa5c12 | |
parent | 816b6a7741dd6eb3e8c9c0fda56cfb33b8a60405 [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. Bug: 151122313 Merged-In: Ib9acab126ae0a9e25312d871bd1160f68947d2f8 Change-Id: I22ff86300114a0981fb6a4b8c0202bddae78f5ac (cherry picked from commit 96fa8287588155c7b88114d381f76b05dd3c7519)
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.