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