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

AndroidCpuCollector: Index out of Bounds Exception #3575

Closed
markushi opened this issue Jul 15, 2024 · 0 comments · Fixed by #3598
Closed

AndroidCpuCollector: Index out of Bounds Exception #3575

markushi opened this issue Jul 15, 2024 · 0 comments · Fixed by #3598
Assignees
Labels
Platform: Android Type: Bug Something isn't working

Comments

@markushi
Copy link
Member

markushi commented Jul 15, 2024

Description

Exception java.lang.ArrayIndexOutOfBoundsException:
  at io.sentry.android.core.AndroidCpuCollector.readTotalCpuNanos (AndroidCpuCollector.java:108)
  at io.sentry.android.core.AndroidCpuCollector.collect (AndroidCpuCollector.java:76)
  at io.sentry.DefaultTransactionPerformanceCollector$2.run (DefaultTransactionPerformanceCollector.java:110)
  at java.util.TimerThread.mainLoop (Timer.java:562)
  at java.util.TimerThread.run (Timer.java:512)

Issue on sentry-sdk-crashes: https://sentry.sentry.io/issues/5050279797/events/0b172ef0a02447d9a17bfa22fe84b836/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android Type: Bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants