commit | 0e41fbcb4c42ba6146cfa8b2a8ab2f859a1ec1ae | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 30 03:03:35 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Jun 30 03:16:39 2020 +0000 |
tree | 7fce3b40f11109822d241ddaed3e14fe00ca715b | |
parent | 6eb2b54fbd9e31f08706f5b69c0333eb06dc599b [diff] | |
parent | 2682c2dd9f6bc14e3db16a62b4d587290546b224 [diff] |
Make change and version bump to r_aml_300803100 for mainline module file: apex/manifest.json Change-Id: I8b6e53d99f3768791a0784f398dbd57d1fb546d5
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.