commit | fcd7e8b0eb63647448deea5f0fe07f7ced12f60c | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Apr 16 18:48:33 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed May 13 07:15:02 2020 +0000 |
tree | ff017a20b5c579be41824c73a62417047bf76cfe | |
parent | 5b30e710dcd4ea0dc1d92c7c7c167f2c430b6f12 [diff] |
Set min_sdk_version to be part of mainline modules Modules contributing mainline modules (APK/APEX) should set min_sdk_version as well as apex_available. For now setting min_sdk_version doesn't change build outputs. But build-time checks will be added soon. Exempt-From-Owner-Approval: cp from aosp Bug: 152655956 Test: m Merged-In: I2fb918ae28dcc69869e7f79054f42e0d3b558676 Change-Id: I2fb918ae28dcc69869e7f79054f42e0d3b558676 (cherry picked from commit 105a9bc7397e31dd4d968ae9d6e088945c0930aa)
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.