Add compat framework logging to ART
Log first call for every change id in ART to logcat.
Test: manual
Bug: 153061480
Change-Id: I37ff5b88572478ae6c24b0b7dec2020da03b2172
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index de9cfe4..466a2fb 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -269,6 +269,7 @@
preinitialization_transactions_(),
verify_(verifier::VerifyMode::kNone),
target_sdk_version_(static_cast<uint32_t>(SdkVersion::kUnset)),
+ compat_framework_(),
implicit_null_checks_(false),
implicit_so_checks_(false),
implicit_suspend_checks_(false),