commit | 028d2d60afebb41f3826b35a5a6b4f4456ec8661 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Apr 26 16:24:34 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Apr 26 16:24:34 2021 -0700 |
tree | 8bd3e94f9361443d32fecadc1b6f2a717b10a28f | |
parent | 1a6cb4936d62ca3adc434cb1319ffd1352bbacaa [diff] |
Use libgtest_prod_headers. Test: builds Bug: 185916167 Change-Id: Ia4515200af7b374642c03f6b9e2b5b728b3a83e6
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.