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

fix(android): split length #59

Merged
merged 1 commit into from
Sep 23, 2022
Merged

fix(android): split length #59

merged 1 commit into from
Sep 23, 2022

Conversation

m1ga
Copy link
Collaborator

@m1ga m1ga commented Sep 20, 2022

We assume splitByParen has always 2 elements. If it doesn't it will fail accessing splitByParen[1]. Adding a if (splitByParen.length > 1) { check around it.

ti.crashlytics-android-2.5.1.zip

@hansemannn hansemannn merged commit ef28671 into main Sep 23, 2022
@m1ga m1ga deleted the androidFix branch September 26, 2022 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants