commit | 82b38bff8b7e69a9c7955a0ea5f59edc95fdec08 | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Tue Jun 16 16:29:06 2020 -0700 |
committer | Muhammad Qureshi <muhammadq@google.com> | Tue Jun 16 16:29:06 2020 -0700 |
tree | a0bca1c28cc7347a85ec8fb8dd0fa7a3a0448cd6 | |
parent | 5b757efb3fff2f1f430ed7c78dd7b755b50c774a [diff] |
Rename "Westworld" to "Statsd" Bug: 158725651 Test: N/A; trivial name change Change-Id: I2050796eccc6ea67bd9fbee983ab0f11d3b2bfd1
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.