commit | 87c67cbf80630ae66fed368a49c8b93bd0938252 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 06 17:01:46 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 06 17:01:46 2020 +0000 |
tree | 05f5acd8510adbaf544f8ef86feb1f3ef752fe72 | |
parent | b57198332e89326df668d867b148021a126c17a4 [diff] | |
parent | 20f8cfb7413ada85f0f9ba8578557550bbb0159f [diff] |
Support setting response probability by protocol am: 14e0a78a6b am: 20f8cfb741 Change-Id: I317b055175e78a19a2bce2873ad30cd7e4eaed6c
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.