commit | 2361d1312140ec67e259b7dd85dddf04c1944829 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Sun Jan 19 07:06:45 2020 -0800 |
committer | Muhammad Qureshi <muhammadq@google.com> | Sun Jan 19 07:06:45 2020 -0800 |
tree | ddcefa1c8775382b78c3b8909c3580a259c2752f | |
parent | 0452b8cf515b25e76321ba0ca337fafbc58b5506 [diff] |
Add libstatspush_compat to resolv_unit_test Add missing dependency to resolv_unit_test. The test binary fails to build right now when you turn on the new logging schema. Bug: 143968790 Test: m resolv_unit_test Change-Id: Iedab39a9ac9d23e1ba3c60d994c57aa1e1dd0ac5
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.