commit | 06b8732b9f7fc70d9263cab43c897a9efa6c56fb | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Jan 10 13:24:24 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 10 13:24:24 2019 +0000 |
tree | 884b32b0f28dcb83a489a7947c28b144c70c3509 | |
parent | 56645f7d88fdf29c9ebd04a497e8de1e98f95f7f [diff] | |
parent | 99ae76e24a8a9c5fcb396b93ebc70f4789090b71 [diff] |
Merge "Enable mini-debug-info for JITed methods by default."
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index 6d835fd..71834aa 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk
@@ -100,4 +100,5 @@ # Enable minidebuginfo generation unless overridden. PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ + dalvik.vm.minidebuginfo=true \ dalvik.vm.dex2oat-minidebuginfo=true