commit | 39837353094e95a603897b844f8dff5f605327a4 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 10 09:14:00 2020 +0000 |
committer | Nucca Chen <nuccachen@google.com> | Thu Mar 12 06:08:43 2020 +0000 |
tree | 76e79a2ec354b1e66904dc92000975a089f3fab6 | |
parent | a711edb412a0f97046fb940b315595bd7384b47a [diff] |
resolv_gold_test: assert if parse the .pbtxt files failed Bug: 145176964 Test: atest Merged-In: I4d15a153d51c526edb841e09c5a6a47f413f1863 (cherry picked from commit 1c4eaaf1c2882cee0539db6dfa5dfd1a4fa892ec) Change-Id: I57905635afa9320de8e27182678c44fbbe7bbe3b
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.