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

Yozo Log

The document contains details of two exceptions encountered in an Android application. The first exception is a FileNotFoundException caused by trying to open an image file that does not exist at the given path. The second exception is an ArrayIndexOutOfBoundsException caused by attempting to access an array index that is outside the bounds of the array during image processing.

Uploaded by

rw785653
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)
44 views1 page

Yozo Log

The document contains details of two exceptions encountered in an Android application. The first exception is a FileNotFoundException caused by trying to open an image file that does not exist at the given path. The second exception is an ArrayIndexOutOfBoundsException caused by attempting to access an array index that is outside the bounds of the array during image processing.

Uploaded by

rw785653
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

Exception:2021.06.

26 12:29:14
java.io.FileNotFoundException:
/storage/emulated/0/.tmp/Yozo_Office/Temp/fc/9532919831624685353994/bde39d70-6f5f-
4019-ad32-26cd619a11a8/xl/media/image4.png: open failed: ENOENT (No such file or
directory)
at libcore.io.IoBridge.open(IoBridge.java:492)
at java.io.FileOutputStream.<init>(FileOutputStream.java:236)
at java.io.FileOutputStream.<init>(FileOutputStream.java:186)
at b.f.i.h.a(Unknown Source:174)
at b.f.i.h.o(Unknown Source:69)
at b.f.i.t.h.j1(Unknown Source:2)
at b.f.i.t.h.i(Unknown Source:0)
at emo.main.FileHelper.openFileHead(Unknown Source:30)
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage(Unknown
Source:847)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:239)
at emo.main.ThreadWorker$1.run(Unknown Source:54)
Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or
directory)
at libcore.io.Linux.open(Native Method)
at libcore.io.ForwardingOs.open(ForwardingOs.java:166)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:254)
at libcore.io.ForwardingOs.open(ForwardingOs.java:166)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8062)
at libcore.io.IoBridge.open(IoBridge.java:478)
... 11 more

Exception:2021.07.29 10:28:24
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 76
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:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:239)
at android.app.ActivityThread.main(ActivityThread.java:8186)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:626)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1015)

You might also like