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

12 lines
436 B
Text

Run without dex2oat/patchoat
JNI_OnLoad called
dex2oat & patchoat are disabled, has oat is true, has executable oat is expected.
This is a function call
Run with dexoat/patchoat
JNI_OnLoad called
dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
This is a function call
Run default
JNI_OnLoad called
dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
This is a function call