commit | 4ea56a9ca5fe2ff5b1189fc14e4900a40cb8c176 | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Fri Mar 27 10:00:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 27 10:00:09 2020 +0000 |
tree | ea14ac354d5375c36e6766ba0dda175452ed2951 | |
parent | 94afd9e33979b0302827606a28b136fa375cc88b [diff] | |
parent | 18cebe28023749682ab3a6f5db6d5843fdd33581 [diff] |
Change logging level from ERROR to INFO for no DNS64 prefix am: 18cebe2802 Change-Id: If449fe7c3e56e2bc4b4ede2dc194cd69ab91a13d
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.