TacoTheDank / Scoop

[ADB/Root] Catches a stack trace when an app crashes unexpectedly.
Apache License 2.0
321 stars 24 forks source link

Fix rotation of screen causing blacklist to refresh #48

Open kgursu opened 2 years ago

kgursu commented 2 years ago

Can we have a blacklisting option on crash notification of that app? I have a large database of apps installed on my device. So, it takes a lot to scan and also, I'm not sure rotating the screen breaks it or not. Thanks.

TacoTheDank commented 2 years ago

I'm not sure rotating the screen breaks it or not.

I'm not sure what you mean. Could you elaborate?

kgursu commented 2 years ago

On some apps the rotation of screen refreshes the task it is running, in this case scanning of all apps. It might occur in this regard, I'm not sure about it...

TacoTheDank commented 2 years ago

Ok, so it does refresh when the device is rotated. However, this can be solved by making the activity use a ViewModel. This is something I need to work on.