I used Samsung ROM, install a apk
when it used dex2oat
, when parameter is --art-fd=13
, there is a *.art file, then app crash.
when parameter is --art-fd=-1,
there is not a *.art file, then app runs normal.
I want to know what is art file. anybody help?
I open the *.art file with hex editor, this file is not a ELF file, header is "oat\n109". OAT file is a ELF file. this file maybe is created by Samsung.