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