Change the default filter but not dex2oat-flags

dex2oat-flags will override all other filters, e.g."pm.dexopt.bg-dexopt"
This commit is contained in:
solohsu 2019-03-11 20:31:45 +08:00
parent bbd2f77c9e
commit 1b68d3fbe0
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
dalvik.vm.dex2oat-flags=--inline-max-code-units=0 --compiler-filter=quicken
dalvik.vm.dex2oat-filter=quicken
dalvik.vm.dex2oat-flags=--inline-max-code-units=0
#dalvik.vm.image-dex2oat-flags=--inline-max-code-units=0 --compiler-filter=speed