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

Crash - NumberFormatException #494

Open
ale-rota opened this issue Jun 25, 2024 · 0 comments
Open

Crash - NumberFormatException #494

ale-rota opened this issue Jun 25, 2024 · 0 comments

Comments

@ale-rota
Copy link

We're observing a crash with the following stacktrace:

Fatal Exception: java.lang.NumberFormatException: For input string: "-36!037962"
       at java.lang.Integer.parseInt(Integer.java:615)
       at java.lang.Integer.parseInt(Integer.java:650)
       at com.mparticle.kits.KitConfiguration.convertToSparseArray(KitConfiguration.java:927)
       at com.mparticle.kits.KitConfiguration.parseConfiguration(KitConfiguration.java:499)
       at com.mparticle.kits.KitConfiguration.createKitConfiguration(KitConfiguration.java:118)
       at com.mparticle.kits.KitManagerImpl.createKitConfiguration(KitManagerImpl.java:109)
       at com.mparticle.kits.KitManagerImpl.parseKitConfigurations(KitManagerImpl.java:1410)
       at com.mparticle.kits.KitManagerImpl.lambda$updateKits$1(KitManagerImpl.java:156)
       at android.os.Handler.handleCallback(Handler.java:907)
       at android.os.Handler.dispatchMessage(Handler.java:105)
       at android.os.Looper.loop(Looper.java:216)
       at android.os.HandlerThread.run(HandlerThread.java:65)

It's happening to few users so far, most of them having the application in background.

Could you please take a look?

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

No branches or pull requests

1 participant