commit | df18273783e1c28b722f64d76419633853eeba91 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Tue Jun 08 12:36:53 2021 -0700 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Jun 24 06:33:13 2021 +0000 |
tree | 41801a9a24959b37104d633cc98fad6d6f7fb6d5 | |
parent | e0086c0fee7fc134b70a817dbbfc6170c2d0778d [diff] |
Upgrade to quiche 0.9.0. Test: Run tests in TEST_MAPPING and see no new non-flake failures. Change-Id: Ide718a0186b4d1d9700b05623a7ee3b692062ea6 Merged-In: I438d6a167e6e0bbfe38785ba13c33a285d1c510b
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.