commit | eedcb7d9ae5e1c4656decd3267405aea8fca4330 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Mon Jul 06 03:03:36 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Mon Jul 06 03:16:50 2020 +0000 |
tree | 38f71e7fdb8c4803565c411d1943bb1758ae4105 | |
parent | 8c0171d2869968cd9d04c782e4c04895c0ce0829 [diff] | |
parent | 2f819aee642a18c35e3f949f6f19fee834e9953e [diff] |
Make change and version bump to r_aml_300900400 for mainline module file: apex/manifest.json Change-Id: I47f80f67e5ae4304d6d3478d3b28247d36cdb9f1
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.