commit | a64ab31cdaf82ec3f673e2990cb6616b1667da1f | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Jul 03 03:03:57 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jul 03 03:17:01 2020 +0000 |
tree | 8da0947f4649639c782da17d22ac2f450cee8cfc | |
parent | c94594d7dfdb3becb87e9a2bc9cb7e3620b6b621 [diff] | |
parent | 9b969c905b896cf828ae68bcf91391ad31f0c5d6 [diff] |
Make change and version bump to r_aml_300900200 for mainline module file: apex/manifest.json Change-Id: I910b809c9526a7c8a079398e06d7bc2c9ff5e84c
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.