Skip to content
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

App caught an exception caused in the Facebook SDK,Please help me find out what caused it。 #1287

Open
4 of 5 tasks
ravizhou opened this issue Nov 14, 2024 · 0 comments
Open
4 of 5 tasks

Comments

@ravizhou
Copy link

ravizhou commented Nov 14, 2024

Checklist before submitting a bug report

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)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant