|
|
@@ -8,8 +8,6 @@ import android.view.View;
|
|
|
import android.widget.Button;
|
|
|
import android.widget.ImageView;
|
|
|
|
|
|
-import com.afollestad.materialdialogs.MaterialDialog;
|
|
|
-
|
|
|
import cat.ereza.customactivityoncrash.CustomActivityOnCrash;
|
|
|
|
|
|
/**
|
|
|
@@ -35,8 +33,8 @@ public class CustomCrashActivity extends Activity {
|
|
|
stackTraceString = CustomActivityOnCrash.getAllErrorDetailsFromIntent(this,intent);
|
|
|
if (stackTraceString != null){
|
|
|
//Toast.makeText(this, stackTraceString, Toast.LENGTH_LONG).show();
|
|
|
- new MaterialDialog.Builder(this).content(stackTraceString)
|
|
|
- .build().show();
|
|
|
+// new MaterialDialog.Builder(this).content(stackTraceString)
|
|
|
+// .build().show();
|
|
|
}
|
|
|
final Class<? extends Activity> activityClassFromIntent = CustomActivityOnCrash.getRestartActivityClassFromIntent(intent);
|
|
|
final CustomActivityOnCrash.EventListener listenerFromIntent = CustomActivityOnCrash.getEventListenerFromIntent(intent);
|