commit | c94594d7dfdb3becb87e9a2bc9cb7e3620b6b621 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Jul 02 03:03:17 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Jul 02 03:16:35 2020 +0000 |
tree | fbf4ea488e875357afce05c82ffdd29fafc2e22d | |
parent | 3659fd8ae1b5295e95e23a52a25b3dc477dc3580 [diff] | |
parent | 9b969c905b896cf828ae68bcf91391ad31f0c5d6 [diff] |
Make change and version bump to r_aml_300900100 for mainline module file: apex/manifest.json Change-Id: Iefafd23eab495917123a98a627d735ddee6280cf
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.