commit | 8e42b2cd86e7ed7f47ffba732eff7c85a1273d68 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Jun 28 10:07:51 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 28 10:07:51 2021 +0000 |
tree | 02b029180221a51d905ec84f6adf7771f8e82561 | |
parent | 94c836afdf7b156d2465cd802600490ebd93b5bf [diff] | |
parent | 3682c0739ddf9a059d3d7210856a6787f389fa8d [diff] |
Merge changes Ie2536938,Ia74c8440 * changes: Add doh experiment flag Add libdoh_ffi_for_test required by unit test
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.