commit | 190ca0a85d5ea7ffece3f086f007dfa16d9139fc | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu May 21 13:46:16 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 21 13:46:16 2020 +0000 |
tree | ff44c918f0697f9d00b672de01463f131a83979d | |
parent | 0b3107e198f6bb6ae3a8322e08cf02c0ca85a929 [diff] | |
parent | 47a9e310e7826d010a6ddee7426a0568feaba049 [diff] |
Merge "Freeze IDnsResolver to v5." am: 47a9e310e7 Change-Id: I4bb9706b038ff4597d9c2d0a7f59ad5db1aaa77f
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.