Skip to content

Commit

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

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]

Differential Revision: D58165901
  • Loading branch information
dannysu authored and facebook-github-bot committed Jun 5, 2024
1 parent 2d9e54b commit 761d8d4
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 761d8d4

Please sign in to comment.