Fix fault handler invoked before vm running.
If the ART fault handler is invoked before the vm is running, the code derefences a NULL pointer. In this case, just invoke the next handler in the chain instead. Change-Id: I58f0493eae1825d7a92a1e052c88e80527914dba
Loading
Please sign in to comment