Skip to content

Commit ecd8802

Browse files
Hypukfacebook-github-bot
authored andcommitted
Add @DoNotStrip to RemoteConnection methods
Summary: Add DoNotStrip to RemoteConnection methods Reviewed By: alexeylang Differential Revision: D8861729 fbshipit-source-id: d2b339f49dd25379dec6620d367786a9df02d28b
1 parent 123b3e1 commit ecd8802

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReactAndroid/src/main/java/com/facebook/react/bridge/Inspector.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ private Page(int id, String title, String vm) {
8686

8787
@DoNotStrip
8888
public interface RemoteConnection {
89+
@DoNotStrip
8990
void onMessage(String message);
91+
@DoNotStrip
9092
void onDisconnect();
9193
}
9294

0 commit comments

Comments
 (0)