mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Don't strip TargetDelegate (#44790)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2d9e54bbb1
commit
bb61e07739
+1
@@ -16,6 +16,7 @@ import javax.annotation.Nullable;
|
||||
@DoNotStripAny
|
||||
@Nullsafe(Nullsafe.Mode.LOCAL)
|
||||
public class ReactInstanceManagerInspectorTarget implements AutoCloseable {
|
||||
@DoNotStripAny
|
||||
public interface TargetDelegate {
|
||||
public void onReload();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user