allwinner_a64/android/art/test/116-nodex2oat/expected.txt
2018-08-08 16:48:17 +08:00

9 lines
233 B
Text

Run -Xnodex2oat
JNI_OnLoad called
Has oat is false, is dex2oat enabled is false.
Run -Xdex2oat
JNI_OnLoad called
Has oat is true, is dex2oat enabled is true.
Run default
JNI_OnLoad called
Has oat is true, is dex2oat enabled is true.