commit | 06ddb490ee9a956439466c12dc6f63c1e981445c | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Jul 09 03:03:21 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jul 09 03:16:31 2020 +0000 |
tree | 3d612c396284810a8ae4d8be8739e8f82a627770 | |
parent | f979f7db8d230b3165980415edd94d1ab7e3ad32 [diff] | |
parent | 118d09ab0bf5ed0ccb11a5008b8d22dfad32cd5e [diff] |
Make change and version bump to r_aml_300900700 for mainline module file: apex/manifest.json Change-Id: I9c8d95236ecc8a72d3f9b35990a8f32f37bc30f4
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.