commit | 596f4830c92540422bb3eda2a4d02ca26318136f | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Mar 23 10:55:09 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Mar 23 10:55:09 2020 +0000 |
tree | 64074fa7457a5b0c92e5cd449129b8c6362217c1 | |
parent | 76035f6772034bb80544f307ad27515e07289e7c [diff] | |
parent | d9bbe13a4d3ee7182f18cb21dcc9fb75a738fb80 [diff] |
Merge "Add API dump for the current version" into rvc-dev
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.