commit | dbd55feb84ea0e5617c3f5292f736e0f0a4c7c16 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue Mar 24 02:28:52 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 02:28:52 2020 +0000 |
tree | b68acf73eb62e120ad1ea5342101575565173f41 | |
parent | f9ff6a2b372efd47ce95568221d8dc95efeef74d [diff] | |
parent | 661519a3a31b2ef1abba8fc61b3e5aad897a4e81 [diff] |
Add a .pbtxt to .pb auto converter am: 1ba6afa3e2 am: 661519a3a3 Change-Id: I50cbd38638ee3239e917d68ed27f2eb30777e8f2
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.