File tree Expand file tree Collapse file tree 2 files changed +0
-60
lines changed
ReactAndroid/src/main/java/com/facebook/react/devsupport Expand file tree Collapse file tree 2 files changed +0
-60
lines changed Original file line number Diff line number Diff line change 10
10
import android .content .Context ;
11
11
import androidx .annotation .Nullable ;
12
12
import com .facebook .react .common .SurfaceDelegateFactory ;
13
- import com .facebook .react .common .build .ReactBuildConfig ;
14
13
import com .facebook .react .devsupport .interfaces .DevBundleDownloadListener ;
15
14
import com .facebook .react .devsupport .interfaces .DevSupportManager ;
16
15
import com .facebook .react .devsupport .interfaces .RedBoxHandler ;
@@ -62,9 +61,6 @@ public DevSupportManager create(
62
61
if (!enableOnCreate ) {
63
62
return new DisabledDevSupportManager ();
64
63
}
65
- if (!ReactBuildConfig .DEBUG ) {
66
- return new PerftestDevSupportManager (applicationContext );
67
- }
68
64
try {
69
65
// ProGuard is surprisingly smart in this case and will keep a class if it detects a call to
70
66
// Class.forName() with a static string. So instead we generate a quasi-dynamic string to
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments