From b46b94759768e9a822826b470dcb0913aa1819cc Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Mon, 14 Nov 2022 22:04:57 +0000 Subject: [PATCH] Remove dalvik.vm.usejitprofiles system property. Disabling profiles is no longer supported. Most of the profile support has been active even when this property was false, and it won't be supported in the ART Service. Test: atest -a propertyinfoserializer_tests Bug: 254434433 Change-Id: I49272b0976f71fcd2e18d04a5b6cc3548a5f9d3f --- .../libpropertyinfoserializer/property_info_serializer_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp b/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp index 77cbdd4d7..a484441c9 100644 --- a/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp +++ b/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp @@ -399,7 +399,6 @@ TEST(propertyinfoserializer, RealProperties) { {"dalvik.vm.lockprof.threshold", "u:object_r:dalvik_prop:s0"}, {"dalvik.vm.stack-trace-file", "u:object_r:dalvik_prop:s0"}, {"dalvik.vm.usejit", "u:object_r:dalvik_prop:s0"}, - {"dalvik.vm.usejitprofiles", "u:object_r:dalvik_prop:s0"}, {"debug.atrace.tags.enableflags", "u:object_r:debug_prop:s0"}, {"debug.force_rtl", "u:object_r:debug_prop:s0"}, {"dev.bootcomplete", "u:object_r:system_prop:s0"},