commit | ee259935ea5cac7baa4f69b8dda386ac81d7cbb5 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Feb 26 01:40:35 2021 -0800 |
committer | Maciej Żenczykowski <maze@google.com> | Fri Feb 26 01:42:20 2021 -0800 |
tree | 0778042885e050a87cb7d4c5fa9250e2456e85c8 | |
parent | 19b3c4747988f6c4c1c21b98d18aabe74c44a1ee [diff] |
ResolverController - log NAT64 prefix in standard format Switch from: D ResolverController: Sending Nat64Prefix added event on netId 100 with address {64:ff9b::(96)} to: D ResolverController: Sending Nat64Prefix added event on netId 100 with prefix 64:ff9b::/96 Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I62945a062cc9039ec9f48cf2daf8ee6455b6a869
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.