commit | dce6cbfab9ad5af7b03213f45fe75aa4dc5c0064 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Aug 13 14:53:37 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Fri Aug 13 17:02:41 2021 +0800 |
tree | f9dbad1347a9c64d60037512a2bb06bfad655eaa | |
parent | 19c98df45b83eded0b65fdd2d044a5ff6d60369b [diff] |
Enlarge the DoH query timeout and the server probe timeout query timeout: from 2s to 30s probe timeout: from 3s to 60s Bug: 194048056 Test: atest Change-Id: Ib11b17da7093b1d438ee8c7399694c2b19abeae9
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.