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