-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Crash happens in com.facebook.internal.InstallReferrerUtil #817
Comments
I have the same crash on android app. But facebook sdk 6.1.0.
And i'm not able to reproduce too. |
walkaround: add |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions. |
I still see it in our recent releases.
…On Sat, Dec 19, 2020 at 3:53 AM stale[bot] ***@***.***> wrote:
Hey there, it looks like there has been no activity on this issue
recently. Has the issue been fixed, or does it still require the
community's attention? This issue may be closed if no further activity
occurs. Thank you for your contributions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#817 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORHNL4S7MQPRWSFT22JS6TSVRSX3ANCNFSM4QGRSSWQ>
.
|
Hey Hey! We using version :
Can we get an update if the issue fixed on latest versions or still a WIP ? |
The same crash occurred for me in
any solution? |
im getting this issue as well using 7.1.0 version |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
0 |
Hi,
we just rolled out our release with facebook sdk 7.1.0, and a crash was reported
Fatal Exception: java.lang.SecurityException
Binder invocation to an incorrect interface
android.os.Parcel.createException (Parcel.java:1950)
android.os.Parcel.readException (Parcel.java:1918)
android.os.Parcel.readException (Parcel.java:1868)
com.google.android.a.a.a (a.java:6)
com.google.android.finsky.externalreferrer.IGetInstallReferrerService$Stub$Proxy.a (IGetInstallReferrerService.java:4)
com.android.installreferrer.api.InstallReferrerClientImpl.getInstallReferrer (InstallReferrerClientImpl.java:9)
com.facebook.internal.InstallReferrerUtil$1.onInstallReferrerSetupFinished (InstallReferrerUtil.java:58)
com.android.installreferrer.api.InstallReferrerClientImpl$InstallReferrerServiceConnection.onServiceConnected (InstallReferrerClientImpl.java:7)
android.app.LoadedApk$ServiceDispatcher.doConnected (LoadedApk.java:1730)
android.app.LoadedApk$ServiceDispatcher$RunConnection.run (LoadedApk.java:1762)
android.os.Handler.handleCallback (Handler.java:873)
android.os.Handler.dispatchMessage (Handler.java:99)
android.os.Looper.loop (Looper.java:193)
android.app.ActivityThread.main (ActivityThread.java:6718)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)
It appears something wrong happened inside com.facebook.internal.InstallReferrerUtil.
I'm not able to reproduce it since it's reported by firebase, and happened on a few user devices.
please take a look, thanks.
The text was updated successfully, but these errors were encountered: