commit | 8c0171d2869968cd9d04c782e4c04895c0ce0829 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Jul 04 03:11:25 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Jul 04 03:16:31 2020 +0000 |
tree | 43a7a9cdcc9ffae92ee4c7e45b2abd3709004754 | |
parent | a64ab31cdaf82ec3f673e2990cb6616b1667da1f [diff] | |
parent | 2f819aee642a18c35e3f949f6f19fee834e9953e [diff] |
Make change and version bump to r_aml_300900300 for mainline module file: apex/manifest.json Change-Id: Ia45bb379a3716e85ac7716ad86c6792e331bf0d2
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.