mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 15:45:49 -06:00
[GH-ISSUE #528] Crash on Android 5.01 / Samsung S4 #403
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @binwiederhier on GitHub (Dec 4, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/528
Received this via email (Translated from German):
@binwiederhier commented on GitHub (Dec 4, 2022):
I checked in the Google Play Console, and I didn't see any stack traces for Android 5. Without a stack trace, I cannot help, sadly. Was ntfy installed via Google Play, or F-Droid, or manual .apk file? Install the Google Play version if you can.
If that doesn't work, you can attach
adbto your phone (Google how that works) and useadb logcatto get stack traces.Hope this helps.
@binwiederhier commented on GitHub (Dec 6, 2022):
I managed to capture the stack trace using an emulated device.
I was calling a function that doesn't exist on SDK 21. Not sure why the IDE lets me do that. I'll fix it.
@binwiederhier commented on GitHub (Dec 6, 2022):
Fixed in
e64cd79c28