commit | ad8ce75b262cc49a94c6378fb57ab444e27b3c29 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Sat Aug 14 06:31:05 2021 +0000 |
committer | Xin Li <delphij@google.com> | Sat Aug 14 06:31:05 2021 +0000 |
tree | fa6e827b2ac0fa114a75229c5059327d405d956a | |
parent | 67e49ca5bb95ace0523e0d11eda7d69515a4ac9b [diff] | |
parent | f5e650b62455660cc7ff7ee3caed2e3fbcc6e2e3 [diff] |
Merge sc-dev-plus-aosp-without-vendor@7634622 Merged-In: Iab535f4e2c9ba5017e9ee2e112ff20059e7f401b Change-Id: I26a9deb63a44529dd3f0156c7f92cd8134d0f0b0
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.