commit | 20f8cfb7413ada85f0f9ba8578557550bbb0159f | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Mon Jan 06 08:39:31 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 06 08:39:31 2020 -0800 |
tree | 05f5acd8510adbaf544f8ef86feb1f3ef752fe72 | |
parent | 15475a6b262f40e7ef36b7ab80c731586fb78b1e [diff] | |
parent | 14e0a78a6b99e84822cfe7d37aabae3af78ebcf9 [diff] |
Support setting response probability by protocol am: 14e0a78a6b Change-Id: Icfaf85ee5a1253f55e1d7a37c7e36f77dc0a5f6c
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.