commit | ea8582d94105a3df78bd7dadb8eb9dcb6753cfce | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 24 03:03:46 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 24 03:17:17 2020 +0000 |
tree | 5c432930a572a635af44009ce50a7218a0f1cc06 | |
parent | b2022c76a73fa501e77277eca278838fe7e08ac5 [diff] | |
parent | 2682c2dd9f6bc14e3db16a62b4d587290546b224 [diff] |
Make change and version bump to r_aml_300802500 for mainline module file: apex/manifest.json Change-Id: Ied20b620d2d18c48d9f7055f4b56ce376795594a
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.