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
This commit is contained in:
parent
ccf13942e0
commit
b46b947597
1 changed files with 0 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue