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