The document reports a crash that occurred on December 16, 2024, involving an INFINIX device running Android 14 and Unity version 2020.3.47f1. The crash was caused by a java.lang.IllegalArgumentException during the initialization of GoogleApiManager, which affected the sign-in process. The stack trace details the sequence of method calls leading to the fatal exception.
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 ratings0% found this document useful (0 votes)
13 views2 pages
Mod Menu Crash 2024 12 16-13 10 23
The document reports a crash that occurred on December 16, 2024, involving an INFINIX device running Android 14 and Unity version 2020.3.47f1. The crash was caused by a java.lang.IllegalArgumentException during the initialization of GoogleApiManager, which affected the sign-in process. The stack trace details the sequence of method calls leading to the fatal exception.
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/ 2
************* Crash Head ****************
Time Of Crash : 2024_12_16-13_10_23
Device Manufacturer: INFINIX Device Model : Infinix X6739 Android Version : 14 Android SDK : 34 App VersionName : 1.31 App VersionCode : 41 ************* Crash Head ****************
java.lang.Error: FATAL EXCEPTION [main]
Unity version : 2020.3.47f1 Device model : INFINIX Infinix X6739 Device fingerprint: Infinix/X6739-GL/Infinix-X6739:14/UP1A.231005.007/240812V659:user/release-keys Build Type : Release Scripting Backend : IL2CPP ABI : armeabi-v7a Strip Engine Code : true
Caused by: java.lang.IllegalArgumentException
at java.util.concurrent.ConcurrentHashMap.<init>(ConcurrentHashMap.java:895) at com.google.android.gms.common.api.internal.GoogleApiManager.<init>(Unknown Source:39) at com.google.android.gms.common.api.internal.GoogleApiManager.zam(Unknown Source:25) at com.google.android.gms.common.api.GoogleApi.<init>(Unknown Source:82) at com.google.android.gms.common.api.GoogleApi.<init>(Unknown Source:6) at com.google.android.gms.common.api.GoogleApi.<init>(Unknown Source:19) at com.google.android.gms.auth.api.signin.GoogleSignInClient.<init>(Unknown Source:7) at com.google.android.gms.auth.api.signin.GoogleSignIn.getClient(Unknown Source:8) at com.google.games.bridge.SignInRequest.buildClient(Unknown Source:205) at com.google.games.bridge.SignInRequest.signIn(Unknown Source:7) at com.google.games.bridge.SignInRequest.process(Unknown Source:2) at com.google.games.bridge.HelperFragment.processRequest(Unknown Source:20) at com.google.games.bridge.HelperFragment.onResume(Unknown Source:16) at android.app.Fragment.performResume(Fragment.java:2556) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1346) at android.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:15 81) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1642) at android.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2220) at android.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManager .java:2166) at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:2067) at android.app.FragmentManagerImpl$1.run(FragmentManager.java:742) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:243) at android.os.Looper.loop(Looper.java:338) at android.app.ActivityThread.main(ActivityThread.java:8495) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1064)