You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran SysNotifySnooze for a while and I think everything was fine. Then one day, noticed in GSAM that the phone no longer slept - there were 30000 Alarms every day. This actually made GSAM become really slow trying to plot 30K little orange lines in its graph, and the battery was draining faster. Had to get BBS.
Discovered the alarm was snoozehelper.EVALUATE (I think this is the phone TRYING to go to sleep,) and by extension, I had all kinds of Kernel WakeLocks running in the 10s of thousands. I'd installed a ton of apps recently so I didn't know the cause. Finally found the answer on XDA in the BBS thread, it was your app (see https://forum.xda-developers.com/showthread.php?t=1179809&page=3352. Installed AutoNotification instead and the problem is gone.
It seems to be interaction between your App and some other App - or maybe something like me having a notification for App X in SysNotifySnooze and then unInstalling that App and SysNotifySnooze going nuts trying to find a non-existing notification (altho that had happened before with no ill effects.) I don't quite know where the bug is, but I'm pretty sure SysNotifySnooze was working fine for several months and then suddenly, after I made some change, started generating thousands of alarms...
Good day.
Ran SysNotifySnooze for a while and I think everything was fine. Then one day, noticed in GSAM that the phone no longer slept - there were 30000 Alarms every day. This actually made GSAM become really slow trying to plot 30K little orange lines in its graph, and the battery was draining faster. Had to get BBS.
Discovered the alarm was snoozehelper.EVALUATE (I think this is the phone TRYING to go to sleep,) and by extension, I had all kinds of Kernel WakeLocks running in the 10s of thousands. I'd installed a ton of apps recently so I didn't know the cause. Finally found the answer on XDA in the BBS thread, it was your app (see https://forum.xda-developers.com/showthread.php?t=1179809&page=3352. Installed AutoNotification instead and the problem is gone.
It seems to be interaction between your App and some other App - or maybe something like me having a notification for App X in SysNotifySnooze and then unInstalling that App and SysNotifySnooze going nuts trying to find a non-existing notification (altho that had happened before with no ill effects.) I don't quite know where the bug is, but I'm pretty sure SysNotifySnooze was working fine for several months and then suddenly, after I made some change, started generating thousands of alarms...
Samsung S7 running Samsung's Android 8.0.
Regards,
The text was updated successfully, but these errors were encountered: