Add @DoNotStrip to RemoteConnection methods
Summary: Add DoNotStrip to RemoteConnection methods Reviewed By: alexeylang Differential Revision: D8861729 fbshipit-source-id: d2b339f49dd25379dec6620d367786a9df02d28b
This commit is contained in:
parent
123b3e1a8e
commit
ecd8802c1f
|
@ -86,7 +86,9 @@ public class Inspector {
|
|||
|
||||
@DoNotStrip
|
||||
public interface RemoteConnection {
|
||||
@DoNotStrip
|
||||
void onMessage(String message);
|
||||
@DoNotStrip
|
||||
void onDisconnect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue