commit | dfc33122136300626395550628105e0c180e9750 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 24 09:23:34 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 24 09:23:34 2021 +0000 |
tree | ef673277d53af6084ca77ff0967134586ad98d05 | |
parent | b637e9d556dba10c294059cf377987ae23cbc574 [diff] | |
parent | df18273783e1c28b722f64d76419633853eeba91 [diff] |
Merge "Upgrade to quiche 0.9.0."
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.