0% found this document useful (0 votes)
36 views2 pages

Mod Menu Crash 2023 03 05-14 00 31

The document summarizes a crash report from an Android application. It includes details about the device, Android and Unity versions, and the crash exception. The crash was caused by a permission denial when attempting to start an intent to open a URL from a process that did not have the permission to launch other apps.

Uploaded by

unknom6666
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)
36 views2 pages

Mod Menu Crash 2023 03 05-14 00 31

The document summarizes a crash report from an Android application. It includes details about the device, Android and Unity versions, and the crash exception. The crash was caused by a permission denial when attempting to start an intent to open a URL from a process that did not have the permission to launch other apps.

Uploaded by

unknom6666
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/ 2

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

Time Of Crash : 2023_03_05-14_00_31


Device Manufacturer: INFINIX MOBILITY LIMITED
Device Model : Infinix X6812B
Android Version : 11
Android SDK : 30
App VersionName : 1.1.171
App VersionCode : 11171
************* Crash Head ****************

java.lang.Error: FATAL EXCEPTION [main]


Unity version : 2021.3.16f1
Device model : INFINIX MOBILITY LIMITED Infinix X6812B
Device fingerprint:
Infinix/X6812B-OP/Infinix-X6812B:11/RP1A.200720.011/221218V833:user/release-keys
Build Type : Release
Scripting Backend : IL2CPP
ABI : arm64-v8a
Strip Engine Code : true

Caused by: java.lang.SecurityException: Permission Denial: starting Intent


{ act=android.intent.action.VIEW dat=https://platinmods.com/... flg=0x10000000
cmp=id.dana/.home.HomeTabActivity } from ProcessRecord{bf75297
25222:com.earlymorningstudio.vendirplagueoflies/u0a212} (pid=25222, uid=10212) not
exported from uid 10308
at android.os.Parcel.createExceptionOrNull(Parcel.java:2374)
at android.os.Parcel.createException(Parcel.java:2358)
at android.os.Parcel.readException(Parcel.java:2341)
at android.os.Parcel.readException(Parcel.java:2283)
at
android.app.IActivityTaskManager$Stub$Proxy.startActivity(IActivityTaskManager.java
:4190)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1726)
at android.app.ContextImpl.startActivity(ContextImpl.java:1039)
at android.app.ContextImpl.startActivity(ContextImpl.java:1010)
at android.content.ContextWrapper.startActivity(ContextWrapper.java:406)
at com.android.support.Menu$11.onClick(Menu.java:654)
at android.view.View.performClick(View.java:7468)
at android.view.View.performClickInternal(View.java:7441)
at android.view.View.access$3600(View.java:816)
at android.view.View$PerformClick.run(View.java:28529)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:268)
at android.app.ActivityThread.main(ActivityThread.java:8101)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:627)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:997)
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.wm.ActivityStackSupervisor.checkStartAnyActivityPermission(Activ
ityStackSupervisor.java:1107)
at
com.android.server.wm.ActivityStarter.executeRequest(ActivityStarter.java:1647)
at com.android.server.wm.ActivityStarter.execute(ActivityStarter.java:1283)
at
com.android.server.wm.ActivityTaskManagerService.startActivityAsUser(ActivityTaskMa
nagerService.java:1239)
at
com.android.server.wm.ActivityTaskManagerService.startActivityAsUser(ActivityTaskMa
nagerService.java:1182)

You might also like