Skip to content

Commit

Permalink
Don't strip TargetDelegate (#44790)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44790

Was seeing crash due to:
> Abort message: 'terminating due to uncaught exception of type facebook::jni::JniException: java.lang.NoSuchMethodError: no non-static method "Lcom/facebook/react/bridge/ReactInstanceManagerInspectorTarget$
TargetDelegate;.onSetPausedInDebuggerMessage(Ljava/lang/String;)V"

Changelog: [Internal]

Reviewed By: motiz88

Differential Revision: D58165901

fbshipit-source-id: ceafd5776933fca5abb2e2edcac5e5f677cb7f7d
  • Loading branch information
dannysu authored and facebook-github-bot committed Jun 5, 2024
1 parent 2d9e54b commit bb61e07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@DoNotStripAny
@Nullsafe(Nullsafe.Mode.LOCAL)
public class ReactInstanceManagerInspectorTarget implements AutoCloseable {
@DoNotStripAny
public interface TargetDelegate {
public void onReload();

Expand Down

0 comments on commit bb61e07

Please sign in to comment.