commit | b2022c76a73fa501e77277eca278838fe7e08ac5 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 23 03:03:34 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 23 03:17:01 2020 +0000 |
tree | c284287e760e6b6d86caf6b2a1ce33d7fcfdaae2 | |
parent | fa40bd18343b5d556d3f38cf56a002045b4e745e [diff] | |
parent | 2682c2dd9f6bc14e3db16a62b4d587290546b224 [diff] |
Make change and version bump to r_aml_300802400 for mainline module file: apex/manifest.json Change-Id: Ic1468ee81ec13124699006f67c770b9908f74fe2
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.