Don't forget to clean up crash spam ;-)

This commit is contained in:
Aaron Culliney 2015-11-01 19:33:39 -08:00
parent 6de1cae478
commit 646d64cd92

View File

@ -181,6 +181,7 @@ public class Apple2Activity extends Activity {
Log.d(TAG, "onResume()");
showSplashScreen();
Apple2CrashHandler.getInstance().checkForCrashes(Apple2Activity.this); // NOTE : needs to be called again to clean-up
}
@Override