This repository has been archived by the owner on Nov 22, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Crashlytics on Samsung phones #10
Comments
Hi, Have you found solution? |
no. I am still getting these errors.
…________________________________
From: vasito95 <[email protected]>
Sent: Monday, April 13, 2020 2:57 PM
To: aliyazdi75/flutter_media_notification <[email protected]>
Cc: JohnBaker123 <[email protected]>; Author <[email protected]>
Subject: Re: [aliyazdi75/flutter_media_notification] Crashlytics on Samsung phones (#10)
Hi, Have you found solution?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#10 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOQRJSFCUKHKVZWUSSZMOSLRMMR35ANCNFSM4LIIQZ6Q>.
|
Been struggling with this. Trying different things. Think I tried adding
<receiver android:name="androidx.media.session.MediaButtonReceiver" >
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>
into my own app manifest. But I think it was generating other errors. Then took it out.
…________________________________
From: vasito95 <[email protected]>
Sent: Monday, April 13, 2020 2:57 PM
To: aliyazdi75/flutter_media_notification <[email protected]>
Cc: JohnBaker123 <[email protected]>; Author <[email protected]>
Subject: Re: [aliyazdi75/flutter_media_notification] Crashlytics on Samsung phones (#10)
Hi, Have you found solution?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#10 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOQRJSFCUKHKVZWUSSZMOSLRMMR35ANCNFSM4LIIQZ6Q>.
|
btw, Samsung does have a very cool testing lab site android developers can use for free (although I have seen these errors on other phones as well, LG, etc) https://developer.samsung.com/remotetestlab/galaxy/rtlDeviceList.action I tried to see if I could duplicate this issue on the phones in which I have crash data for with model and OS but I was not able to generate a crash on these test lab phones. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am seeing a lot of these errors
Caused by java.lang.IllegalStateException
Could not find any Service that handles android.intent.action.MEDIA_BUTTON or implements a media browser service.
androidx.media.session.MediaButtonReceiver.onReceive (MediaButtonReceiver.java:13)
android.app.ActivityThread.handleReceiver (ActivityThread.java:3624)
android.app.ActivityThread.access$1300 (ActivityThread.java:240)
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1817)
android.os.Handler.dispatchMessage (Handler.java:106)
android.os.Looper.loop (Looper.java:214)
android.app.ActivityThread.main (ActivityThread.java:7124)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:975)
Was sure what library was causing this but then noticed this in the manifest
Not sure why the error is occuring.
The text was updated successfully, but these errors were encountered: