Skip to content

Commit

Permalink
remove ACRA
Browse files Browse the repository at this point in the history
  • Loading branch information
punksta committed Aug 18, 2021
1 parent 50aa964 commit f93f70f
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,7 @@
import com.example.punksta.volumecontrol.util.TestLabUtils;
import com.punksta.apps.libs.VolumeControl;

import org.acra.ACRA;
import org.acra.annotation.AcraCore;
import org.acra.annotation.AcraDialog;
import org.acra.annotation.AcraMailSender;
import org.acra.data.StringFormat;

@AcraCore(buildConfigClass = BuildConfig.class,
reportFormat = StringFormat.KEY_VALUE_LIST,
alsoReportToAndroidFramework = true
)
@AcraMailSender(mailTo = "[email protected]", reportFileName = "crash-log.stacktrace")
@AcraDialog(
resTitle = R.string.acra_dialog_title,
resText = R.string.acra_dialog_message,
resTheme = R.style.CrashReportTheme
)
public class SoundApplication extends Application {
private VolumeControl volumeControl;
private SoundProfileStorage profileStorage;
Expand Down Expand Up @@ -68,7 +53,6 @@ public SettingsStorage getSettingsStorage() {
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
ACRA.init(this);

if (TestLabUtils.isInTestLab(this)) {
Toast.makeText(this, "in testlab", Toast.LENGTH_LONG).show();
Expand Down

0 comments on commit f93f70f

Please sign in to comment.