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

Yozolog

This document contains stack traces from three NullPointerException errors that occurred while running an Android application. The exceptions indicate attempts to invoke methods on null objects. In the first exception, the method 'setCropTop' was called on a null Picture object. In the second, the method 'getX' was called on a null object. And in the third, an ArrayIndexOutOfBoundsException occurred when accessing index 7 of an array.
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)
23 views2 pages

Yozolog

This document contains stack traces from three NullPointerException errors that occurred while running an Android application. The exceptions indicate attempts to invoke methods on null objects. In the first exception, the method 'setCropTop' was called on a null Picture object. In the second, the method 'getX' was called on a null object. And in the third, an ArrayIndexOutOfBoundsException occurred when accessing index 7 of an array.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Exception:2021.01.

21 09:10:05
java.lang.NullPointerException: Attempt to invoke virtual method 'void
emo.image.Picture.setCropTop(float)' on a null object reference
at emo.f.c.d.h.b(Unknown Source:837)
at emo.f.c.d.h.a(Unknown Source:401)
at emo.f.c.d.h.a(Unknown Source:6)
at emo.f.c.c.c.a(Unknown Source:282)
at emo.f.c.c.c.a(Unknown Source:314)
at emo.f.c.c.c.a(Unknown Source:36)
at emo.f.c.c.c.b(Unknown Source:90)
at emo.f.c.c.c.a(Unknown Source:11)
at emo.main.FileHelper.openFileHead(Unknown Source:29)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:531)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:230)
at emo.main.ThreadWorker$1.run(Unknown Source:56)

Exception:2021.09.17 14:35:14
java.lang.NullPointerException: Attempt to invoke virtual method 'float
b.t.d.a.getX()' on a null object reference
at emo.main.scrollview.WPSelectionHelper.mapToModel(Unknown Source:116)
at emo.main.scrollview.WPSelectionHelper.selectWord(Unknown Source:0)
at emo.main.scrollview.WPDocumentView.onLongPress(Unknown Source:47)
at android.view.GestureDetector.dispatchLongPress(GestureDetector.java:868)
at android.view.GestureDetector.access$300(GestureDetector.java:51)
at
android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:314)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:230)
at android.app.ActivityThread.main(ActivityThread.java:7796)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)

Exception:2022.04.20 17:27:19
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 7
at b.t.c.e.c(Unknown Source:15)
at b.w.d.q.x4(Unknown Source:330)
at b.w.d.q.w4(Unknown Source:2)
at b.w.d.q.U3(Unknown Source:47)
at b.w.d.o.K(Unknown Source:4132)
at b.w.d.o.X(Unknown Source:2160)
at b.w.d.o.Y(Unknown Source:34)
at b.w.d.o.W(Unknown Source:615)
at b.w.d.r0.T(Unknown Source:639)
at b.w.d.r0.u(Unknown Source:314)
at b.w.d.r0.Z(Unknown Source:5)
at b.w.d.r0.W(Unknown Source:1353)
at b.w.d.r0.V(Unknown Source:116)
at b.w.d.r0.g0(Unknown Source:1445)
at b.w.d.r0.d3(Unknown Source:34)
at b.w.d.b0.e4(Unknown Source:24)
at b.w.d.b0.U4(Unknown Source:283)
at emo.main.MainApp$ViewHandler$5.run(Unknown Source:14)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:230)
at android.app.ActivityThread.main(ActivityThread.java:7796)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)

You might also like