commit | 11c4a3fc1981c640d455cec2cc789d2fbf946145 | [log] [tgz] |
---|---|---|
author | Ruchir Rastogi <ruchirr@google.com> | Tue Jul 07 22:02:32 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 07 22:02:32 2020 +0000 |
tree | 1308702136091932cd16932711f57a77be1e6cb5 | |
parent | 9ca906e56f9088924411b3db97f0a40b158ca718 [diff] | |
parent | 0375e39aa62655cec05153e67a75a5bda0fd9c66 [diff] |
[automerger skipped] Allow libstatssocket to be dynamically loaded am: ac6a80711d -s ours am: 0375e39aa6 -s ours am skip reason: Change-Id I55740632a4aae889505231efeeebe2809a659a7a with SHA-1 cf96e8be63 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12087963 Change-Id: I555f3285133e8bad5a9be3ec6f0ab568ecd84d13
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.