commit | 8531f01d0306be40a18a96ba856447c09fa7213c | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Feb 26 13:21:21 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 26 13:21:21 2021 +0000 |
tree | b2dcf51c3b3ca38a4ed6d4b8ea0789c0ec19bbc2 | |
parent | c96dae4c6d738d56cf15ba658f8190a676a1e658 [diff] | |
parent | 0207b03090a77b7dab9b658c878694a4cc623f33 [diff] |
ResolverController - log NAT64 prefix in standard format am: ee259935ea am: 403771af7b am: 0207b03090 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1608477 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If51540f484de44d262a5ee6c4b2da9135aa74234
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.