Package com.facebook.soloader.recovery
Class ReunpackNonBackupSoSources
java.lang.Object
com.facebook.soloader.recovery.ReunpackNonBackupSoSources
- All Implemented Interfaces:
RecoveryStrategy
RecoveryStrategy that detects cases when SoLoader failed to load a corrupted library, case in
which we try to re-unpack the libraries.
-
Field Summary
Fields inherited from interface com.facebook.soloader.recovery.RecoveryStrategy
FLAG_ENABLE_DSONOTFOUND_ERROR_RECOVERY_FOR_BACKUP_SO_SOURCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanrecover(UnsatisfiedLinkError error, SoSource[] soSources)
-
Constructor Details
-
ReunpackNonBackupSoSources
public ReunpackNonBackupSoSources()
-
-
Method Details
-
recover
- Specified by:
recoverin interfaceRecoveryStrategy
-