Revert "Disable metrics reporting in debug mode"

This commit is contained in:
Geoffrey Goh
2016-02-02 14:42:30 -08:00
parent 201e961651
commit 6e887fa7c0
3 changed files with 5 additions and 19 deletions

View File

@@ -426,11 +426,6 @@ public class CodePush {
@ReactMethod
public void getNewStatusReport(final Promise promise) {
if (isDebugMode) {
// Do not report metrics if running in debug mode.
promise.resolve("");
return;
}
AsyncTask asyncTask = new AsyncTask() {
@Override