commit | 2f90adfb998de1b423b9d1dbb5ee591b9f369b17 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 11:44:21 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 11:44:21 2020 +0000 |
tree | 45e33cf6075a8c3004e4ae7e3fc369b3931c62d4 | |
parent | fd0d47e20ce2eecac935e65d65b34bac30d7364d [diff] | |
parent | fc3a5314a7aabea7e866f0c30be366202f940147 [diff] |
Freeze IDnsResolver to v5. am: fc3a5314a7 Change-Id: I64712ccb18e1683e038e553b2f8b240bf5193dd9
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.