commit | a7b75faa2dbca0f29c3fbcc66fcd8145400714bc | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 26 03:03:30 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 26 03:16:26 2020 +0000 |
tree | 94e20dd1a4f89ba01923e69ad9f5424e01c224ff | |
parent | e1f1c562ee7b6f78959eeaef2e473050e7ae4e66 [diff] | |
parent | 2682c2dd9f6bc14e3db16a62b4d587290546b224 [diff] |
Make change and version bump to r_aml_300802800 for mainline module file: apex/manifest.json Change-Id: I520249ce391e9da9c9de94a1eae0e196d66ada17
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.