commit | 105a9bc7397e31dd4d968ae9d6e088945c0930aa | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Apr 16 18:48:33 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Apr 21 16:33:54 2020 +0900 |
tree | 34086fc6ce36064d49bc6d08159f9a649e412a77 | |
parent | 44e38183a74427cebf22a6391e3b004e371b401a [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. Bug: 152655956 Test: m Change-Id: I2fb918ae28dcc69869e7f79054f42e0d3b558676
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.