Baseflow / Baseflow/XamarinMediaManager

App crash for Google Pixel 4 device

Open
#718 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
763
Forks
299
PR merge metrics
No merged PRs in 30d

Description

App crashes when ever the radio player begins to stream audio and it only occurs on some phones.
===============================================================
Time Device Name Type PID Tag Message
05-28 09:03:59.979 Google Pixel 4 XL Error 13353 AndroidRuntime android.app.RemoteServiceException: Bad notification(tag=null, id=1) posted from package com.companyname.praise, crashing app(uid=10263, pid=13353): Couldn't create icon: StatusBarIcon(icon=Icon(typ=RESOURCE pkg=com.companyname.praise id=0x7f060071) visible user=0 )
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1945)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
9:04
Time Device Name Type PID Tag Message
05-28 09:03:59.533 Google Pixel 4 XL Error 1963 Icon Caused by: android.content.res.Resources$NotFoundException: Resource "com.companyname.praise:dimen/design_navigation_max_width" (7f060071) is not a Drawable (color or path): TypedValue{t=0x5/d=0x11801 a=11 r=0x7f060071}
at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:814)
at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:659)
at android.content.res.Resources.getDrawableForDensity(Resources.java:906)
at android.content.res.Resources.getDrawable(Resources.java:845)
at android.graphics.drawable.Icon.loadDrawableInner(Icon.java:370)
at android.graphics.drawable.Icon.loadDrawable(Icon.java:323)
at android.graphics.drawable.Icon.loadDrawableAsUser(Icon.java:434)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:407)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:391)
at com.android.systemui.statusbar.StatusBarIconView.updateDrawable(StatusBarIconView.java:369)
at com.android.systemui.statusbar.StatusBarIconView.set(StatusBarIconView.java:329)
at com.android.systemui.statusbar.notification.collection.NotificationEntry.createIcons(NotificationEntry.java:341)
at com.android.systemui.statusbar.notification.collection.NotificationRowBinderImpl.inflateViews(NotificationRowBinderImpl.java:141)
at com.android.systemui.statusbar.notification.NotificationEntryManager.addNotificationInternal(NotificationEntryManager.java:397)
at com.android.systemui.statusbar.notification.NotificationEntryManager.addNotification(NotificationEntryManager.java:412)
at com.google.android.systemui.statusbar.NotificationEntryManagerGoogle.addNotification(NotificationEntryManagerGoogle.java:81)
at com.android.systemui.statusbar.NotificationListener.lambda$onNotificationPosted$1$NotificationListener(NotificationListener.java:123)
at com.android.systemui.statusbar.-$$Lambda$NotificationListener$NvFmU0XrVPuc5pizHcri9I0apkw.run(Unknown Source:6)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
9:04
Time Device Name Type PID Tag Message
05-28 09:03:59.533 Google Pixel 4 XL Error 1963 Icon android.content.res.Resources$NotFoundException: Drawable com.companyname.praise:dimen/design_navigation_max_width with resource ID #0x7f060071
9:05
Time Device Name Type PID Tag Message
05-28 09:03:59.533 Google Pixel 4 XL Error 1963 Icon Unable to load resource 0x7f060071 from pkg=com.companyname.praise
9:09
1440 x 3040 pixels, 19:9 ratio (~537 ppi density)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.