commit | 481550409039485b49622e3392a2e8294303a4a2 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Mar 23 11:36:34 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 23 11:36:34 2020 +0000 |
tree | 64074fa7457a5b0c92e5cd449129b8c6362217c1 | |
parent | 0769beb492984d77a47f0d8745e36f94e077717d [diff] | |
parent | 2114417ff47867db2ccdcc54afd6af6037bc132a [diff] |
Merge "Add API dump for the current version" into rvc-dev am: 596f4830c9 am: 0d2e0397d4 am: 2114417ff4 Change-Id: I20ad04390b492c229e766f153bf06eb3c69c0458
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.