Package com.facebook.soloader.recovery
Class CheckBaseApkExists
java.lang.Object
com.facebook.soloader.recovery.CheckBaseApkExists
- All Implemented Interfaces:
RecoveryStrategy
RecoveryStrategy that detects cases when SoLoader is unable to reconstruct path to the base apk.
There is not much that can be done then apart from rethrowing a more specific exception for
tracking purposes.
-
Field Summary
Fields inherited from interface com.facebook.soloader.recovery.RecoveryStrategy
FLAG_ENABLE_DSONOTFOUND_ERROR_RECOVERY_FOR_BACKUP_SO_SOURCE -
Constructor Summary
ConstructorsConstructorDescriptionCheckBaseApkExists(android.content.Context context, BaseApkPathHistory pathHistory) -
Method Summary
Modifier and TypeMethodDescriptionbooleanrecover(UnsatisfiedLinkError error, SoSource[] soSources)
-
Constructor Details
-
CheckBaseApkExists
-
-
Method Details
-
recover
- Specified by:
recoverin interfaceRecoveryStrategy
-