commit | 90d4e68d8da0b7a0fef4edca93cdd12bdda0dbc9 | [log] [tgz] |
---|---|---|
author | Nucca Chen <nuccachen@google.com> | Fri Nov 01 04:25:46 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 01 04:25:46 2019 +0000 |
tree | ca2688328bf62a075a9562d1ed752d74bffb85c6 | |
parent | 4873cd61ca4b2abba3a504c6752157406baecb8a [diff] | |
parent | 21c0f8366ca80a21a2a8b146443a5bdd3b4252af [diff] |
Merge changes from topic "resolv_gold_test" * changes: resolv_gold_test: Use proto text file to store test data resolv_gold_test: Initial release
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.