Doru N.
02/17/2020, 5:05 PMCasey Brooks
02/17/2020, 5:20 PMDoru N.
02/17/2020, 5:22 PMwasyl
02/17/2020, 6:45 PMzhuinden
02/17/2020, 11:20 PMFLAG_ACTIVITY_NEW_TASK
iircDoru N.
02/18/2020, 8:29 AMstartActivity(Intent(this, MainActivity::class.java))
FLAG_ACTIVITY_NEW_TASK
anywhere (niether Manifest, nor directly on Intent starting this new Activity)compileSdk
& targetSdk
set to 28
)wasyl
02/18/2020, 8:48 AM, <sometimes> it just “eats” the crash, and closes current Activity, displaying the previous screen as if nothing bad happened.not all crashes are shown as dialogs
always show crash dialog
option. Iirc at some point Android stopped showing each crash, since the user can sometimes even miss that the app has crashed (it just seems like recreating the activity)dawidhyzy
02/18/2020, 11:42 AM