commit | 2d09e26f4ef3202c22cdda017f185ed0f1d0e1f9 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Mar 13 17:16:10 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Mar 18 18:24:32 2020 +0900 |
tree | 14a8fd512cbc5d98a528dd32bdfabe63fb67d287 | |
parent | 361bf8b3e0465cc8b87b8a6960b73b1cb9f202d1 [diff] |
Add API dump for the current version created by invoking 'm <module_name>-update-api' Bug: 147433177 Test: m Change-Id: Ie4b5314d0da0e36f8686049bf751f8dfbcead169
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.