commit | 6e346f3eb4fe14ae1e1a92ce1ff85f0617dea163 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Mon Mar 07 16:16:55 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 07 16:16:55 2022 +0000 |
tree | 21031edce3eb8fe4542440f33a94e23fdb4ac058 | |
parent | 562775e483d79fb5aa655ab0ad7437a6a9476422 [diff] | |
parent | 951b5334d2a100b1dacd1043a8d5271463d13dc3 [diff] |
Merge "Using common apex_defaults for com.android.resolv module."
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.