commit | 10b3d273b5b58a0f665e91d7589ddb5b9a576b75 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Tue Dec 03 15:25:19 2019 -0800 |
committer | Muhammad Qureshi <muhammadq@google.com> | Thu Jan 02 10:58:46 2020 -0800 |
tree | a59f799d0489c763a6031bf0cbf5de389733f726 | |
parent | c727677fabb9b42dfaabaf9d4da1ca51454b874d [diff] |
Pass the supportQ flag to stats-log-api-gen This flag enables support for statsd logging on Q platform. Bug: 143968790 Test: m -j Change-Id: I2ce95c25eca914ba1a9ff2e9127a0e35f9476170
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.