commit | bf66b11c36eebe533893e2e08cc3d95bdc5c7f48 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Thu Dec 10 10:24:18 2020 -0800 |
committer | Muhammad Qureshi <muhammadq@google.com> | Thu Jan 14 13:11:00 2021 -0800 |
tree | 3dac67c479ebd7957f24d2ceee3dc4b59f2b1eb4 | |
parent | b6d71b6b942e4a87eb331b7b97e6b002a368a112 [diff] |
Update stats-log-api-gen arguments Use --minApiLevel 29 instead of --supportQ Bug: 175314831 Test: m Test: inspect statslog_resolv.h/cpp Change-Id: I07ce45464e113d49ed78ede8a7ec2817169ef4bd
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.