commit | 544e850eedff0032a0209086814f71add01259ff | [log] [tgz] |
---|---|---|
author | Ruchir Rastogi <ruchirr@google.com> | Tue Jul 07 21:49:04 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 07 21:49:04 2020 +0000 |
tree | 27a46fd004c5d70fc1b1cd0e4ab5ed317c9703ca | |
parent | 31e079365ee6902fc5e4b1c164f983a01e577a07 [diff] | |
parent | ac6a80711d60f8dec049197dcabe6ba7104b615a [diff] |
Allow libstatssocket to be dynamically loaded am: ac6a80711d Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12087963 Change-Id: I65fda7793b42a6392daef7f973977bed2718958f
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.