httpdispatch / MissedNotificationsReminder

Periodical sound reminder for missed notifications in Android OS.
74 stars 22 forks source link

debug means / verbose logcat #17

Open ildar opened 7 years ago

ildar commented 7 years ago

I suspect that the app false-notifies. Could you please add the verbose logcat so that I see what makes my phone vibrate?

httpdispatch commented 7 years ago

Here is the debug version with verbose logcat. Also log is available in the right sliding menu. You can share it with me for analysis.

https://drive.google.com/file/d/0B4hn2M3Klm4MdDN2OER1VWMxUWs/view?usp=sharing

httpdispatch commented 7 years ago

Just remembered that you have old Android OS. Unfortunately there are no 100% exact way to determine whether the notification is removed there. So false positive notifications are possible.

ildar commented 7 years ago

Thanks! I'll install it on my CM13.

  1. I also want the v14 debug. Just to see what happens. Please?
  2. The false positive is very bad. Should I file another bug for it? I believe this can be fixed; though it may be tricky.
httpdispatch commented 7 years ago
  1. Here it is https://drive.google.com/file/d/0B4hn2M3Klm4MSGtZWC0tWDVhM0U/view?usp=sharing
  2. You can, but i can't fix that bug. I've spent a lot of time trying to fix that issue but there are no correct way to find whether the notification is removed or not at Android 4.0-4.2. Especially if it is done in background by third party app itself.