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

PojavLauncher Crash Analysis

The PojavLauncher app crashed on a Redmi 5A Android device. The crash was caused by a null pointer exception when trying to remove a button. The crash occurred when clicking a delete button and attempting to access the button layout, which was null.

Uploaded by

najmeen303
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)
38 views1 page

PojavLauncher Crash Analysis

The PojavLauncher app crashed on a Redmi 5A Android device. The crash was caused by a null pointer exception when trying to remove a button. The crash occurred when clicking a delete button and attempting to access the button layout, which was null.

Uploaded by

najmeen303
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: 15-Dec-2023 9:31:30 PM


- Device: riva Redmi 5A
- Android version: 8.1.0
- Crash stack trace:
- Launcher version: edelweiss-20230928-9484d0c-v3_openjdk
java.lang.NullPointerException: Attempt to invoke virtual method
'net.kdt.pojavlaunch.customcontrols.CustomControls
net.kdt.pojavlaunch.customcontrols.ControlLayout.getLayout()' on a null object
reference
at
net.kdt.pojavlaunch.customcontrols.buttons.ControlButton.removeButton(ControlButton
.java:106)
at
net.kdt.pojavlaunch.customcontrols.handleview.DeleteButton.onClick(DeleteButton.jav
a:41)
at net.kdt.pojavlaunch.customcontrols.handleview.ActionButtonInterface$-CC.
$default$onClick(ActionButtonInterface.java:23)
at net.kdt.pojavlaunch.customcontrols.handleview.DeleteButton.onClick(Unknown
Source:0)
at android.view.View.performClick(View.java:6304)
at android.view.View$PerformClick.run(View.java:24803)
at android.os.Handler.handleCallback(Handler.java:794)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:176)
at android.app.ActivityThread.main(ActivityThread.java:6651)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:824)

You might also like