commit | 1273e8d37644a8331f832b31c8780c8b1b215f05 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Wed Jan 29 16:42:34 2020 -0800 |
committer | Muhammad Qureshi <muhammadq@google.com> | Wed Jan 29 16:42:34 2020 -0800 |
tree | 8eebeaca3af13f0aa5586335cac2cb358c9f0329 | |
parent | f1deb1c9199a719bc7fa9bbb553ea2f75b2fbc5e [diff] |
Get rid of unneeded libstatssocket Test: m Test: fastboot flashall Test: statsd_testdrive 116 Change-Id: I80e1441b1907b683c12e24a7e4b5d1af2c2e12df
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.