commit | fd0d47e20ce2eecac935e65d65b34bac30d7364d | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 11:44:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 11:44:19 2020 +0000 |
tree | 582f16f0639531cff1036a837ec3a98600a9c879 | |
parent | 0434e4febeb2db62cfd610b5bbf0d025b8f71190 [diff] | |
parent | 346737c0d3361fbf99308ac0406793dab20e1298 [diff] |
Support DNS64 synthesis using externally-discovered prefixes. am: 346737c0d3 Change-Id: Ied66c009438fcd1343547657d3f77b11a47d0c70
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.