Skip to content

Commit

Permalink
Back out "Add perftest dev support manager"
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D40879099

fbshipit-source-id: ff302819829aa21a1dd7c19c06ed8c29821ba815
  • Loading branch information
makovkastar authored and facebook-github-bot committed Nov 1, 2022
1 parent 745e262 commit 1e6945e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import android.content.Context;
import androidx.annotation.Nullable;
import com.facebook.react.common.SurfaceDelegateFactory;
import com.facebook.react.common.build.ReactBuildConfig;
import com.facebook.react.devsupport.interfaces.DevBundleDownloadListener;
import com.facebook.react.devsupport.interfaces.DevSupportManager;
import com.facebook.react.devsupport.interfaces.RedBoxHandler;
Expand Down Expand Up @@ -62,9 +61,6 @@ public DevSupportManager create(
if (!enableOnCreate) {
return new DisabledDevSupportManager();
}
if (!ReactBuildConfig.DEBUG) {
return new PerftestDevSupportManager(applicationContext);
}
try {
// ProGuard is surprisingly smart in this case and will keep a class if it detects a call to
// Class.forName() with a static string. So instead we generate a quasi-dynamic string to
Expand Down

This file was deleted.

0 comments on commit 1e6945e

Please sign in to comment.