facebook-android-sdk
facebook-android-sdk copied to clipboard
App caught an exception caused in the Facebook SDK,Please help me find out what caused it。
Checklist before submitting a bug report
- [ ] I've updated to the latest released version of the SDK
- [X] I've searched for existing Github issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] This issue is not security related and can safely be disclosed publicly on GitHub
Java version
VERSION_1_8
Android version
Android 11
Android SDK version
16.2.0
Installation platform & version
Gradle
Package
Login
Goals
Use facebook to log in
Expected results
This exception does not occur
Actual results
App caught an exception caused in the Facebook SDK,Please help me find out what caused it。
`Fatal Exception: java.lang.ArrayIndexOutOfBoundsException
length=1; index=1
com.facebook.appevents.codeless.ViewIndexingTrigger.onSensorChanged
(ViewIndexingTrigger.kt:32)
android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent
(SystemSensorManager.java:833)
android.os.MessageQueue.nativePollOnce (MessageQueue.java)
android.os.MessageQueue.next (MessageQueue.java:326)
android.os.Looper.loop (Looper.java:160)
android.app.ActivityThread.onCreate (ActivityThread.java:6671)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
com.android.Activity.onCreate (ZygoteInit.java:858)`
Steps to reproduce
No response
Code samples & details
// INSERT YOUR CODE HERE
`Fatal Exception: java.lang.ArrayIndexOutOfBoundsException
length=1; index=1
com.facebook.appevents.codeless.ViewIndexingTrigger.onSensorChanged
(ViewIndexingTrigger.kt:32)
android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent
(SystemSensorManager.java:833)
android.os.MessageQueue.nativePollOnce (MessageQueue.java)
android.os.MessageQueue.next (MessageQueue.java:326)
android.os.Looper.loop (Looper.java:160)
android.app.ActivityThread.onCreate (ActivityThread.java:6671)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
com.android.Activity.onCreate (ZygoteInit.java:858)`