Hi , Has anybody run valgrind on dext2oat command for converting a dex file to .oat ? When i tried running valgrind on this i get these errors :
disInstr(thumb): unhandled instruction: 0xDEFF 0x9309 disInstr(thumb): unhandled instruction: 0xDEFF 0x4699 disInstr(thumb): unhandled instruction: 0xDEFF 0xF8DF disInstr(thumb): unhandled instruction: 0xDEFF 0x4605 disInstr(thumb): unhandled instruction: 0xDEFF 0x461D But at the end of command execution i can see an oat file created . I dont observe any crash . The above error means valgrind is not able to handle instructions . Any ideas how to debug this ? I am using M android build on armv8 arch. thanks Pritesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/da02913e-0c53-4ef1-ba25-2e14d903bd34%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

