0% found this document useful (0 votes)
102 views1 page

Btman

The app crashed on a Xiaomi device running Android 14. The crash was caused by a VerifyError in the Helpshift SDK when attempting to send an Intent from an Activity context rather than an Application context.

Uploaded by

benj36316
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views1 page

Btman

The app crashed on a Xiaomi device running Android 14. The crash was caused by a VerifyError in the Helpshift SDK when attempting to send an Intent from an Activity context rather than an Application context.

Uploaded by

benj36316
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

************* Crash Head ****************

Time Of Crash : 2024_05_08-05_17_11


Device Manufacturer: Xiaomi
Device Model : 23028RA60L
Android Version : 14
Android SDK : 34
App VersionName : 2.34.5
App VersionCode : 30000031
************* Crash Head ****************

java.lang.Error: FATAL EXCEPTION [main]


Unity version : 2022.3.15f1
Device model : Xiaomi 23028RA60L
Device fingerprint:
Redmi/tapas_global/tapas:14/UKQ1.230917.001/V816.0.7.0.UMTMIXM:user/release-keys
CPU supported ABI : [arm64-v8a, armeabi-v7a, armeabi]
Build Type : Release
Scripting Backend : IL2CPP
Libs loaded from : lib/arm
Strip Engine Code : true

Caused by: java.lang.VerifyError: Verifier rejected class


com.helpshift.faq.HSHelpcenterFragment: void
com.helpshift.faq.HSHelpcenterFragment.sendEventToSystemApp(android.content.Intent)
failed to verify: void
com.helpshift.faq.HSHelpcenterFragment.sendEventToSystemApp(android.content.Intent)
: [0x0] register v2 has type Reference: com.helpshift.faq.HSHelpcenterFragment but
expected Reference: android.content.Context (declaration of
'com.helpshift.faq.HSHelpcenterFragment' appears in
/data/app/~~qRLDxiBxYkz8c5W0mUS3cQ==/com.nekki.shadowfight-
DkhLQ7XqwSbUL4WIJ7i6lg==/base.apk!classes4.dex)
at com.helpshift.activities.HSMainActivity.startHelpcenterFlow(Unknown
Source:4)
at com.helpshift.activities.HSMainActivity.initService(Unknown Source:39)
at com.helpshift.activities.HSMainActivity.onCreate(Unknown Source:99)
at android.app.Activity.performCreate(Activity.java:8891)
at android.app.Activity.performCreate(Activity.java:8856)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1468)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3965)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4136)
at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:10
3)
at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:149)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
99)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2581)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:224)
at android.os.Looper.loop(Looper.java:318)
at android.app.ActivityThread.main(ActivityThread.java:8727)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)

You might also like