Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop Android automatically restarting app after crash

Tags:

android

On Android 9 the app crashes, the logs show up, but then the app restarts and the logs get lost. Is there any chance to disable this functionality and have it like it was pre 5.0 or whenever they added this functionality?

I can't see the crash because it clears the logs as it restarts. I'm going crazy !

Any solutions ?!

like image 350
AndreiBogdan Avatar asked Nov 18 '19 12:11

AndreiBogdan


People also ask

How do I stop apps from restarting on Android?

Option 1: Freeze Apps Open “Settings” > “Applications” > “Application Manager“. Choose the app you wish to freeze. Select “Turn off” or “Disable“.

Why do my Android apps restart all over again if I minimize them how do I fix this?

What deep clean does is, whenever you minimize an app , it releases all the memory associated with that app , and hence when you again open that app, it will start as if it is new. To check the 'deep clean' option, go to the developer options of your phone. If it is not enabled please enable it.


1 Answers

Nevermind. I found it ... there's a setting under Developer Options

"Always show crash dialog". So, so frustrating!

enter image description here

like image 101
AndreiBogdan Avatar answered Sep 23 '22 19:09

AndreiBogdan