commit | ebd1080a0f53c046b671aabfe5c3fea116e34dc1 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Jun 27 03:18:25 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Jun 27 03:31:35 2020 +0000 |
tree | 11b46019f9bb24a64fe265d2d985f36795964d68 | |
parent | a7b75faa2dbca0f29c3fbcc66fcd8145400714bc [diff] | |
parent | 2682c2dd9f6bc14e3db16a62b4d587290546b224 [diff] |
Make change and version bump to r_aml_300802900 for mainline module file: apex/manifest.json Change-Id: I609f183dc1489e39e291d2df2c8705f5e23d8485
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.