commit | d9bbe13a4d3ee7182f18cb21dcc9fb75a738fb80 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Mar 13 17:16:10 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Mar 23 15:22:00 2020 +0900 |
tree | 591755ca0318247b61bbf2ee8bfe333c8df0c75f | |
parent | b6402aea0a93a69438dab624df1eed11beaca183 [diff] |
Add API dump for the current version created by invoking 'm <module_name>-update-api' Exempt-From-Owner-Approval: cherry-pick from AOSP Bug: 147433177 Test: m Merged-In: Ie4b5314d0da0e36f8686049bf751f8dfbcead169 (cherry picked from commit 2d09e26f4ef3202c22cdda017f185ed0f1d0e1f9) 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.