commit | 010183d2a800681c021dca8f85d8280489bfe6e4 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Mar 12 08:12:50 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 12 08:12:50 2020 +0000 |
tree | d74798e462604eff76f082009eea83dfc2afb4b1 | |
parent | 6467a404deaa45aa0802f213caa27b7d282c045d [diff] | |
parent | c9388a7574247e9fbddd8ce75044c42151623cf2 [diff] |
Merge changes I8075f647,I57905635 into rvc-dev * changes: resolv_gold_test: use static linked libprotobuf-cpp-lite resolv_gold_test: assert if parse the .pbtxt files failed
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.