Samsung Smart Manager reporting slow app but shows information about errors

佐手、 提交于 2019-12-05 02:56:35

After a LOT of searching and investigating I think I've figured it out. Note that this is not definitive but it's the best I can dig up.

It appears that this message is only referring to an app crashing and the app has to crash a certain percentage in order for the notification to show up. So it has nothing to do with causing the device to run slowly...

The algorithm for determining if the notification should show up is something along the lines of:

if(crashes >= ((NumberOfTimesUserLaunched + 1) * 10)) -> Show notification

I don't have any information at the moment as to how it determines how many times the user launches it. (If the app launches at boot that may or may not count towards that number)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!