Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print an error message and return instead of crash (#3939)
When the address of a symbol couldn't be found, the app should return instead of crash. The address is validated by the caller, which returns false if address is NULL. Eventually the loader gets the error message, and reverts back to the previous good image. b/357947368 Change-Id: I74b9aa600c281a74ef817af0cd97f0cda4ab91cd
- Loading branch information