commit | cf96e8be634e5638c7708733517eac6e6e3ae182 | [log] [tgz] |
---|---|---|
author | Ruchir Rastogi <ruchirr@google.com> | Wed Feb 26 10:36:18 2020 -0800 |
committer | Ruchir Rastogi <ruchirr@google.com> | Thu Feb 27 17:36:23 2020 -0800 |
tree | d449357fd91322b1fd86aaa7130a955ca61a667a | |
parent | ecc52827de6324fa2ae829ad96c1ce1c50d97d29 [diff] |
Allow libstatssocket to be dynamically loaded This change is needed for libstatspush_compat to properly function on R devices. Test: m com.android.resolv Bug: 149229317 Change-Id: I55740632a4aae889505231efeeebe2809a659a7a
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.