commit | d3deb4aa56624ae773ceedad77e9aa9f6e1663f0 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sun Jun 07 07:03:24 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sun Jun 07 07:17:34 2020 +0000 |
tree | 2518b68b35841815751998c8a44363ce79bee8c4 | |
parent | 1703e2f43d0a8475222426f3c5150c93189bb01c [diff] | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] |
Make change and version bump to r_aml_300800800 for mainline module file: apex/manifest.json Change-Id: I85f208f98ada993cc7e934507f93117f128fd6b6
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.