Skip to content

Commit

Permalink
Fix bootloop caused by method access verification
Browse files Browse the repository at this point in the history
On some devices, default compiler filter is set to "speed", where
"quicken" is needed to skip method access verification when accessing
backup method from hook method.
  • Loading branch information
solohsu committed Mar 9, 2019
1 parent 2aa8871 commit 921ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/template_override/common/system.prop
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dalvik.vm.dex2oat-flags=--inline-max-code-units=0
dalvik.vm.dex2oat-flags=--inline-max-code-units=0 --compiler-filter=quicken
#dalvik.vm.image-dex2oat-flags=--inline-max-code-units=0 --compiler-filter=speed

0 comments on commit 921ac4d

Please sign in to comment.