Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Causing insane amounts of snoozehelper.EVALUATE #35

Open
B00ze64 opened this issue Sep 7, 2018 · 1 comment
Open

Causing insane amounts of snoozehelper.EVALUATE #35

B00ze64 opened this issue Sep 7, 2018 · 1 comment

Comments

@B00ze64
Copy link

B00ze64 commented Sep 7, 2018

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,

@iboalali
Copy link
Owner

iboalali commented Sep 7, 2018

It looks like a serious bug, I will look into this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants