0% found this document useful (0 votes)
5 views

crash

The document contains crash logs from an Android application, indicating issues such as an ArrayIndexOutOfBoundsException and IllegalArgumentException due to invalid notifications. It details the device specifications, including the Android version and SDK, along with the stack traces of the errors encountered. Additionally, it highlights permission denial related to starting a foreground service, which is essential for the application's functionality.

Uploaded by

cr624555
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)
5 views

crash

The document contains crash logs from an Android application, indicating issues such as an ArrayIndexOutOfBoundsException and IllegalArgumentException due to invalid notifications. It details the device specifications, including the Android version and SDK, along with the stack traces of the errors encountered. Additionally, it highlights permission denial related to starting a foreground service, which is essential for the application's functionality.

Uploaded by

cr624555
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/ 45

Tue Jan 21 21:55:09 CST 2025

/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onResume(Unknown Source:1200)
at
android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1603)
at android.app.Activity.performResume(Activity.java:9134)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5399)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5508)
at
android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:57
)
at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:180)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
98)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19437, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 19 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19437, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:13 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onPause(Unknown Source:1228)
at android.app.Activity.performPause(Activity.java:9188)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1657)
at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5770)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:5731)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5683)
at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:48)
at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:180)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
98)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19437, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 20 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19437, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:17 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onRestart(Unknown Source:1169)
at
android.app.Instrumentation.callActivityOnRestart(Instrumentation.java:1592)
at android.app.Activity.performRestart(Activity.java:9102)
at
android.app.ActivityThread.performRestartActivity(ActivityThread.java:5977)
at
android.app.servertransaction.TransactionExecutor.performLifecycleSequence(Transact
ionExecutor.java:250)
at
android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.j
ava:205)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:177)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
98)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19437, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 18 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 18 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19437, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 18 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)
Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-
6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:45 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.t(Unknown Source:1982)
at android.ext.bg.run(Unknown Source:38)
at android.ext.rx.a(Unknown Source:67)
at android.ext.rx.a(Unknown Source:74)
at android.ext.bf.a(Unknown Source:33)
at android.ext.bf.a(Unknown Source:22)
at android.ext.lh.i(Unknown Source:724)
at android.ext.bj.onStartCommand(Unknown Source:127)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5268)
at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2531)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 19 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:45 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.t(Unknown Source:2272)
at android.ext.bg.run(Unknown Source:38)
at android.ext.rx.a(Unknown Source:67)
at android.ext.rx.a(Unknown Source:74)
at android.ext.bf.a(Unknown Source:33)
at android.ext.bf.a(Unknown Source:22)
at android.ext.lh.i(Unknown Source:724)
at android.ext.bj.onStartCommand(Unknown Source:127)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5268)
at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2531)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 19 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:45 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.SecurityException: Permission Denial: startForeground from pid=19759,
uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.bj.onStartCommand(Unknown Source:133)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5268)
at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2531)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
... 17 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
... 17 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
... 17 more

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:46 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onPause(Unknown Source:1228)
at android.app.Activity.performPause(Activity.java:9188)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1657)
at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5770)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:5731)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5683)
at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:48)
at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:180)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
98)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 20 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:46 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onResume(Unknown Source:1200)
at
android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1603)
at android.app.Activity.performResume(Activity.java:9134)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:5399)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:5508)
at
android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:57
)
at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:180)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
98)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 19 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:53 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onPause(Unknown Source:1228)
at android.app.Activity.performPause(Activity.java:9188)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1657)
at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5770)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:5731)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5683)
at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:48)
at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:180)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
98)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 20 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)
Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-
6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:55:54 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.f(Unknown Source:437)
at android.ext.MainService.M(Unknown Source:3156)
at android.ext.MainService.onClick(Unknown Source:2673)
at android.view.View.performClick(View.java:8047)
at android.view.View.performClickInternal(View.java:8024)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:31890)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 16 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:56:27 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.c(Unknown Source:508)
at android.ext.Script$setVisible.d(Unknown Source:2399)
at android.ext.Script$ApiFunction.c(Unknown Source:1481)
at android.ext.Script$ApiFunction$1.run(Unknown Source:1453)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 13 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:56:33 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.f(Unknown Source:437)
at android.ext.MainService.M(Unknown Source:3156)
at android.ext.MainService.onClick(Unknown Source:2673)
at android.view.View.performClick(View.java:8047)
at android.view.View.performClickInternal(View.java:8024)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:31890)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 16 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:56:38 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.c(Unknown Source:508)
at android.ext.Script$setVisible.d(Unknown Source:2399)
at android.ext.Script$ApiFunction.c(Unknown Source:1481)
at android.ext.Script$ApiFunction$1.run(Unknown Source:1453)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 13 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:56:45 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onRestart(Unknown Source:1169)
at
android.app.Instrumentation.callActivityOnRestart(Instrumentation.java:1592)
at android.app.Activity.performRestart(Activity.java:9102)
at
android.app.ActivityThread.performRestartActivity(ActivityThread.java:5977)
at
android.app.servertransaction.TransactionExecutor.performLifecycleSequence(Transact
ionExecutor.java:250)
at
android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.j
ava:205)
at
android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.j
ava:187)
at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
96)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 19 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 19 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:56:47 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.ar.a(Unknown Source:1268)
at android.ext.ar.onPause(Unknown Source:1228)
at android.app.Activity.performPause(Activity.java:9188)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1657)
at
android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5770)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:5731)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5683)
at
android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:48)
at
android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionIt
em.java:45)
at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:180)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
98)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2685)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 20 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 20 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:56:48 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.f(Unknown Source:437)
at android.ext.MainService.M(Unknown Source:3156)
at android.ext.MainService.onClick(Unknown Source:2673)
at android.view.View.performClick(View.java:8047)
at android.view.View.performClickInternal(View.java:8024)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:31890)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 16 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:57:24 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.c(Unknown Source:508)
at android.ext.MainService.g(Unknown Source:462)
at android.ext.MainService.onClick(Unknown Source:2607)
at android.view.View.performClick(View.java:8047)
at android.view.View.performClickInternal(View.java:8024)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:31890)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 16 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:57:25 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.f(Unknown Source:437)
at android.ext.MainService.M(Unknown Source:3156)
at android.ext.MainService.onClick(Unknown Source:2673)
at android.view.View.performClick(View.java:8047)
at android.view.View.performClickInternal(View.java:8024)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:31890)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 16 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:57:58 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.c(Unknown Source:508)
at android.ext.Script$setVisible.d(Unknown Source:2399)
at android.ext.Script$ApiFunction.c(Unknown Source:1481)
at android.ext.Script$ApiFunction$1.run(Unknown Source:1453)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 13 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:58:11 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.f(Unknown Source:437)
at android.ext.MainService.M(Unknown Source:3156)
at android.ext.MainService.onClick(Unknown Source:2673)
at android.view.View.performClick(View.java:8047)
at android.view.View.performClickInternal(View.java:8024)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:31890)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 16 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 16 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

Tue Jan 21 21:58:21 CST 2025


/storage/emulated/0/crash.txt
101.1 (16142) 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-
B4C91F68BFB64539-6541948 0-8-1736809886000-
java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624 66911816 853 1ab37b78900
on Android(ACTIVE_CODENAMES: []; BASE_OS:
samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBU8FXH3:user/release-keys; CODENAME:
REL; DEVICE_INITIAL_SDK_INT: 30; INCREMENTAL: A525MUBSAFXK1; KNOWN_CODENAMES:
{HoneycombMr1, HoneycombMr2, Lollipop, Kitkat, Tiramisu, Gingerbread, Cupcake,
IceCreamSandwichMr1, JellyBean, IceCreamSandwich, LollipopMr1, M, N, O, P, Q, R, S,
Sv2, Base, NMr1, OMr1, JellyBeanMr1, JellyBeanMr2, Donut, Froyo, GingerbreadMr1,
EclairMr1, UpsideDownCake, Honeycomb, Eclair01, KitkatWatch, Base11, Eclair};
MEDIA_PERFORMANCE_CLASS: 0; MIN_SUPPORTED_TARGET_SDK_INT: 28;
PREVIEW_SDK_FINGERPRINT: REL; PREVIEW_SDK_INT: 0; RELEASE: 14; RELEASE_OR_CODENAME:
14; RELEASE_OR_PREVIEW_DISPLAY: 14; RESOURCES_SDK_INT: 34; SDK: 34; SDK_INT: 34;
SECURITY_INDEX: 1; SECURITY_PATCH: 2024-11-01; SEM_FIRST_SDK_INT: 30; SEM_INT:
3401; SEM_PLATFORM_INT: 150100; BOARD: atoll; BOOTLOADER: A525MUBSAFXK1; BRAND:
samsung; BRAND_FOR_ATTESTATION: samsung; CPU_ABI: arm64-v8a; CPU_ABI2: ; DEVICE:
a52q; DEVICE_FOR_ATTESTATION: unknown; DISPLAY: UP1A.231005.007.A525MUBSAFXK1;
FINGERPRINT: samsung/a52qub/a52q:14/UP1A.231005.007/A525MUBSAFXK1:user/release-
keys; HARDWARE: qcom; HOST: 21DKGB07; HW_TIMEOUT_MULTIPLIER: 1; ID:
UP1A.231005.007; IS_ARC: false; IS_DEBUGGABLE: false; IS_EMULATOR: false; IS_ENG:
false; IS_TREBLE_ENABLED: true; IS_USER: true; IS_USERDEBUG: false; MANUFACTURER:
samsung; MANUFACTURER_FOR_ATTESTATION: samsung; MODEL: SM-A525M;
MODEL_FOR_ATTESTATION: SM-A525M; ODM_SKU: unknown; PERMISSIONS_REVIEW_REQUIRED:
true; PRODUCT: a52qub; PRODUCT_FOR_ATTESTATION: unknown; RADIO: unknown; SERIAL:
unknown; SKU: unknown; SOC_MANUFACTURER: QTI; SOC_MODEL: SM7125;
SUPPORTED_32_BIT_ABIS: [armeabi-v7a, armeabi]; SUPPORTED_64_BIT_ABIS: [arm64-v8a];
SUPPORTED_ABIS: [arm64-v8a, armeabi-v7a, armeabi]; TAGS: release-keys; TIME:
1730901325000; TYPE: user; UNKNOWN: unknown; USER: dpi; )
com.markontop
/data/user/0/com.markontop/files

GG: 101.1 [16142]


Android: 14
SDK: 34
vSpace: com.markontop
Thread: main
java.lang.IllegalArgumentException: Invalid notification (no valid small icon):
Notification(channel=null shortcut=null contentView=null vibrate=null sound=null
defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE semFlags=0x0 semPriority=0
semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at android.app.NotificationManager.notify(NotificationManager.java:675)
at android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
at android.ext.MainService.u(Unknown Source:2409)
at android.ext.MainService.c(Unknown Source:508)
at android.ext.Script$setVisible.d(Unknown Source:2399)
at android.ext.Script$ApiFunction.c(Unknown Source:1481)
at android.ext.Script$ApiFunction$1.run(Unknown Source:1453)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:230)
at android.os.Looper.loop(Looper.java:319)
at android.app.ActivityThread.main(ActivityThread.java:8919)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Suppressed: java.lang.SecurityException: Permission Denial: startForeground
from pid=19759, uid=10329 requires android.permission.FOREGROUND_SERVICE
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Suppressed: java.lang.IllegalArgumentException: Invalid notification
(no valid small icon): Notification(channel=null shortcut=null contentView=null
vibrate=null sound=null defaults=0x0 flags=0x22 color=0x00000000 vis=PRIVATE
semFlags=0x0 semPriority=0 semMissedCount=0)
at
android.app.NotificationManager.fixNotification(NotificationManager.java:770)
at
android.app.NotificationManager.notifyAsUser(NotificationManager.java:749)
at
android.app.NotificationManager.notify(NotificationManager.java:675)
at
android.app.NotificationManager.notify(NotificationManager.java:651)
at android.ext.MainService.g(Unknown Source:2492)
... 13 more
Suppressed: java.lang.SecurityException: Permission Denial:
startForeground from pid=19759, uid=10329 requires
android.permission.FOREGROUND_SERVICE
at
android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at
android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:
7234)
at android.app.Service.startForeground(Service.java:775)
at android.ext.MainService.g(Unknown Source:2494)
... 13 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.am.ActivityManagerService.enforcePermission(ActivityManagerServi
ce.java:7484)
at
com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices
.java:2155)
at
com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java
:1797)
at
com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerSe
rvice.java:15948)
at android.app.IActivityManager$Stub.onTransact$setServiceForeground$
(IActivityManager.java:11974)

Hash: 1-8-315586800000-5EE4160C06D11FFA-11124 2-0-315586800000-B4C91F68BFB64539-


6541948 0-8-1736809886000-java.lang.ArrayIndexOutOfBoundsException: inBytes-2594624
66911816 853 1ab37b78900

You might also like