commit | c507d21bbebe4c23160fba1b227604212e59c566 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Aug 06 03:01:57 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 06 03:01:57 2021 +0000 |
tree | 1b475eb76073afe4a6f35435de5aa5ae992f61d9 | |
parent | d38d2750047a75b74b62a36c968cea57afe52264 [diff] | |
parent | d9cb524cf7de03acb56cb08a4eaad73d0361593c [diff] |
Resume the quic connection properly after device suspend/resume am: d9cb524cf7 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1787810 Change-Id: I2bba02473b2559511561f2886d568db9c632ebf6
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.