commit | 0b3107e198f6bb6ae3a8322e08cf02c0ca85a929 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu May 21 13:46:08 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 21 13:46:08 2020 +0000 |
tree | 37ac41e43fde90530322a7ce5fb7635e06479de0 | |
parent | dbabf879182525e5d6d57144017f1c88be3b2d3d [diff] | |
parent | 1957ee936b0f3eaabcbc361b7233ea9ad988255d [diff] |
Merge "Support DNS64 synthesis using externally-discovered prefixes." am: 1957ee936b Change-Id: Ib6584e1808216134c62568068a2179c202ea6201
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.