commit | 3659fd8ae1b5295e95e23a52a25b3dc477dc3580 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Jul 01 03:03:16 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jul 01 03:16:37 2020 +0000 |
tree | 1ff3bba6757bf3b065dda5a81596818028a7723f | |
parent | 0e41fbcb4c42ba6146cfa8b2a8ab2f859a1ec1ae [diff] | |
parent | 9b969c905b896cf828ae68bcf91391ad31f0c5d6 [diff] |
Make change and version bump to r_aml_300900000 for mainline module file: apex/manifest.json Change-Id: I7093dfb2838450c8d4b63b797c4b22a5d35e2c6f
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.