commit | f67fba5739e30fb9ffe2c190f8f2192b3b646c2f | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Tue Apr 07 08:09:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 07 08:09:20 2020 +0000 |
tree | d46863bf89705f24c0f604564f1568a59746a778 | |
parent | 964ed885d7ba9eb5bd7d31f8ebccde29137344b0 [diff] | |
parent | 2f66f83e33ab278c15ac35dcd0083f6b9ac55ece [diff] |
Change logging level from ERROR to INFO for no DNS64 prefix am: 2b0440bd00 am: 4164cd468a am: 2f66f83e33 Change-Id: Ideec966b573059a3e7bea1cda801e34152136c6c
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.