commit | f979f7db8d230b3165980415edd94d1ab7e3ad32 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Jul 08 03:03:23 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jul 08 03:16:58 2020 +0000 |
tree | 4c86d052faeadfb3a918bd2eb438ccb84994382e | |
parent | d3825d06a25bf62167264be13b49c31636a01591 [diff] | |
parent | 118d09ab0bf5ed0ccb11a5008b8d22dfad32cd5e [diff] |
Make change and version bump to r_aml_300900600 for mainline module file: apex/manifest.json Change-Id: Ib540dcb6a3179bfb345470360838e819fbccf075
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.