Skip to content

Commit 1e6945e

Browse files
makovkastarfacebook-github-bot
authored andcommitted
Back out "Add perftest dev support manager"
Summary: Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D40879099 fbshipit-source-id: ff302819829aa21a1dd7c19c06ed8c29821ba815
1 parent 745e262 commit 1e6945e

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

ReactAndroid/src/main/java/com/facebook/react/devsupport/DefaultDevSupportManagerFactory.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import android.content.Context;
1111
import androidx.annotation.Nullable;
1212
import com.facebook.react.common.SurfaceDelegateFactory;
13-
import com.facebook.react.common.build.ReactBuildConfig;
1413
import com.facebook.react.devsupport.interfaces.DevBundleDownloadListener;
1514
import com.facebook.react.devsupport.interfaces.DevSupportManager;
1615
import com.facebook.react.devsupport.interfaces.RedBoxHandler;
@@ -62,9 +61,6 @@ public DevSupportManager create(
6261
if (!enableOnCreate) {
6362
return new DisabledDevSupportManager();
6463
}
65-
if (!ReactBuildConfig.DEBUG) {
66-
return new PerftestDevSupportManager(applicationContext);
67-
}
6864
try {
6965
// ProGuard is surprisingly smart in this case and will keep a class if it detects a call to
7066
// Class.forName() with a static string. So instead we generate a quasi-dynamic string to

ReactAndroid/src/main/java/com/facebook/react/devsupport/PerftestDevSupportManager.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)