commit | f7f87cfc664af1548a155aa46e328bdd5bf0275a | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 11:44:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 11:44:09 2020 +0000 |
tree | 6752345d16e2c0232a74ba4156e20b3005c0fe28 | |
parent | cd7bb87adafc182c3635000062eb6b3508f49212 [diff] | |
parent | 346737c0d3361fbf99308ac0406793dab20e1298 [diff] |
[automerger skipped] Support DNS64 synthesis using externally-discovered prefixes. am: 346737c0d3 -s ours am skip reason: Change-Id I7c63fb62b70635a1b5cc7a21d60f091ba2705d72 with SHA-1 e51091d19a is in history Change-Id: I726149160dec3776bc175e59b7ed583ce111427d
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.