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

Latest Crash

The PojavLauncher crashed on June 16, 2025, on a Moto G34 5G device running Android version 15. The crash was caused by a NullPointerException when attempting to invoke a method on a null object reference in the NotificationUtils class. The stack trace indicates the issue originated from the PendingIntent.getActivity method during notification handling.

Uploaded by

bs19971335850
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)
20 views1 page

Latest Crash

The PojavLauncher crashed on June 16, 2025, on a Moto G34 5G device running Android version 15. The crash was caused by a NullPointerException when attempting to invoke a method on a null object reference in the NotificationUtils class. The stack trace indicates the issue originated from the PendingIntent.getActivity method during notification handling.

Uploaded by

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

PojavLauncher crash report

- Time: 16 de jun. de 2025 18:43:09


- Device: fogos_gn moto g34 5G
- Android version: 15
- Crash stack trace:
- Launcher version: edelweiss-20240223-d5698f8-exp_v3
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String
android.content.Intent.resolveTypeIfNeeded(android.content.ContentResolver)' on a
null object reference
at android.app.PendingIntent.getActivityAsUser(PendingIntent.java:578)
at android.app.PendingIntent.getActivity(PendingIntent.java:565)
at android.app.PendingIntent.getActivity(PendingIntent.java:529)
at
net.kdt.pojavlaunch.utils.NotificationUtils.sendBasicNotification(NotificationUtils
.java:29)
at
net.kdt.pojavlaunch.modloaders.modpacks.api.NotificationDownloadListener.lambda$sen
dEmptyNotification$1$net-kdt-pojavlaunch-modloaders-modpacks-api-
NotificationDownloadListener(NotificationDownloadListener.java:54)
at net.kdt.pojavlaunch.modloaders.modpacks.api.NotificationDownloadListener$
$ExternalSyntheticLambda0.run(Unknown Source:4)
at android.os.Handler.handleCallback(Handler.java:1001)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loopOnce(Looper.java:268)
at android.os.Looper.loop(Looper.java:384)
at android.app.ActivityThread.main(ActivityThread.java:8936)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:907)

You might also like