release notes

This commit is contained in:
Sergey Solovyev
2012-02-13 00:30:40 +04:00
parent 4bc319a46f
commit 9de789015b
4 changed files with 30 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ import net.robotmedia.billing.BillingController;
import org.jetbrains.annotations.NotNull;
import org.solovyev.android.ads.AdsController;
import org.solovyev.android.calculator.model.CalculatorEngine;
import org.solovyev.android.errors.CustomExceptionHandler;
/**
* User: serso
@@ -88,6 +87,6 @@ public class CalculatorApplication extends android.app.Application {
}
public static void registerOnRemoteStackTrace() {
Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler(null, REMOTE_STACK_TRACE_URL));
//Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler(null, REMOTE_STACK_TRACE_URL));
}
}