commit | d9cb524cf7de03acb56cb08a4eaad73d0361593c | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Aug 05 15:56:05 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Aug 05 09:18:43 2021 +0000 |
tree | 1b475eb76073afe4a6f35435de5aa5ae992f61d9 | |
parent | 7a3a28d75dc87b194b95c568de7cd5ce36fe2bca [diff] |
Resume the quic connection properly after device suspend/resume In order to resume the quic connection correctly, add a field to record the connection expired time. Then check it everytime we got the query requests. Also adjust some minor logging lines. Test: atest Bug: 155855709 Change-Id: I40649832bf38fe932d17a4a3261f235a2ebf51f8
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.