Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Crashlytics on Samsung phones #10

Open
JohnBaker123 opened this issue Mar 14, 2020 · 4 comments
Open

Crashlytics on Samsung phones #10

JohnBaker123 opened this issue Mar 14, 2020 · 4 comments

Comments

@JohnBaker123
Copy link

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

   <receiver android:name="com.tarafdari.flutter_media_notification.NotificationReturnSlot" />
    <receiver android:name="androidx.media.session.MediaButtonReceiver" >
        <intent-filter>
            <action android:name="android.intent.action.MEDIA_BUTTON" />
        </intent-filter>
    </receiver>

Not sure why the error is occuring.

@vasito95
Copy link

Hi, Have you found solution?

@JohnBaker123
Copy link
Author

JohnBaker123 commented Apr 13, 2020 via email

@JohnBaker123
Copy link
Author

JohnBaker123 commented Apr 14, 2020 via email

@joesnarky
Copy link

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants