Package com.facebook.soloader.observer
Interface Observer
public interface Observer
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonLoadDependencyEnd(Throwable t, boolean wasLoaded) voidonLoadDependencyStart(String library, int flags) voidonLoadLibraryEnd(Throwable t, boolean wasLoaded) voidonLoadLibraryStart(String library, String mergedLibrary, int flags) voidvoidonRecoveryStart(RecoveryStrategy recovery) voidvoidonSoFileLoaderLoadStart(SoFileLoader soFileLoader, String method, int flags) voidvoidonSoSourceLoadLibraryStart(SoSource source)
-
Method Details
-
onLoadLibraryStart
-
onLoadLibraryEnd
-
onLoadDependencyStart
-
onLoadDependencyEnd
-
onSoSourceLoadLibraryStart
-
onSoSourceLoadLibraryEnd
-
onRecoveryStart
-
onRecoveryEnd
-
onGetDependenciesStart
void onGetDependenciesStart() -
onGetDependenciesEnd
-
onSoFileLoaderLoadStart
-
onSoFileLoaderLoadEnd
-