commit | 7eb35da1f6459179cbfb2c22372318558f8c4280 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 16 07:03:29 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 16 07:16:32 2020 +0000 |
tree | ce04ce37d9b2cc318e87a1d97b1d77241a104a2a | |
parent | e7f4f109d541146da84db32db96c35a1c1ce57b4 [diff] | |
parent | fbe1ab5b9d21b689338e0b27e2a0e37885148575 [diff] |
Make change and version bump to r_aml_300801700 for mainline module file: apex/manifest.json Change-Id: I3d2e8c3a273cb79db7756acb018e8cd32f515483
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.