commit | 9d8426d010a8ccf220ddfa91dd658310a9f25d2a | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Sep 16 07:09:15 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 16 07:09:15 2021 +0000 |
tree | d7191d35cd266c1c13a82bc8e1eb2e598a3be51e | |
parent | 134dc5d9db2bc86d909f62d2437912a77f5b85d3 [diff] | |
parent | ea545bf0d562a99302948b95819b7a806b23a559 [diff] |
Merge "Refactor DohConnection and add an explicit statemachine into it"
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.