-
Notifications
You must be signed in to change notification settings - Fork 119
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
[Bug] "Delete" notification button does nothing #388
Comments
Can you grab a logcat right after clicking the delete button and upload that? Also, does clicking delete a second time work? (I personally run into an issue where sometimes the delete button only works on the second try because Android didn't tell BCR it was clicked. I have no idea why yet.) |
Do you mean like this ? In the meantime I dismissed the notification and manually deleted the files, I don't know when's the next time I'll need to use that feature, but I'll try whenever that is.
I did try several times. Thanks |
Yep, an app like that would work. Or if you're familiar with adb, you could run
Good to know. This might be a different issue from what I'm experiencing then. |
Wow, this produces so much logs even when doing nothing... I think I found what you're looking for though :
Thanks |
Thanks for the log. Which version of Android are you running? It looks like the crash is happening at a spot where the behavior is different for Android <=12 and >=13.
🙂 Some devices, like Samsung, are especially bad. On my old Galaxy S8+ from a few years ago, there was a bug in one of Samsung's system apps that caused logs to be produced at multiple megabytes per second. |
Ouch. My device is Xiaomi Mi 8, although I'm not running the stock ROM (MIUI) but a less bloated one. |
I believe this is caused by this Android 13 bug: https://issuetracker.google.com/issues/274185314. It's fixed in Android 14, but looks like it will never be fixed in 13. I didn't encounter this because I do all my testing on debug builds and this bug only affects release builds. I'll look into some of the workarounds later this week. |
This is caused by an upstream Android 13 bug that will only be fixed in Android 14 onwards. https://issuetracker.google.com/issues/274185314 Fixes: #388 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This is fixed in #396, which will be included in the next version of BCR. |
Hello,
Clicking "delete" on "Successfully recorded call" notification does nothing : it does not delete the file(s) and it does not dismiss the notification.
Thanks
The text was updated successfully, but these errors were encountered: