commit | c06c4676154c35128a8c2f74e21ea76b4d9fdbee | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Dec 13 18:13:40 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 13 18:13:40 2019 -0800 |
tree | 8c60edfabf928a36c8c0da60c4d577eab8875af0 | |
parent | 543c77c28b4d37bc8fce5b84ea329b95ede59913 [diff] | |
parent | bd7ee22d851e9aa3fb3028b6db7544bda10d024b [diff] |
Merge "Set legacy_android10_support to apex modules" am: bd7ee22d85 Change-Id: Icba8f9f3fd86ea60b393fe56f04d65893c1deae0
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.