commit | abd39beb1fb008b70a428ea317b8941caa2b0a73 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Mon Jun 08 07:03:33 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Mon Jun 08 07:16:43 2020 +0000 |
tree | 861e5b1aed82d2d4a12b99859771ec99f99f56b3 | |
parent | d3deb4aa56624ae773ceedad77e9aa9f6e1663f0 [diff] | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] |
Make change and version bump to r_aml_300801000 for mainline module file: apex/manifest.json Change-Id: I21f94d3aced2c7905e651165deae0a8c75034311
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.