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

Yozo Log

The document contains details of two exceptions encountered while trying to write to or open files. Both exceptions indicate that the given file path did not exist or could not be found (ENOENT error). The first exception occurred during a write operation while the second was during an open operation. The stack traces provide details on the specific method calls that led to the exceptions.
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)
41 views1 page

Yozo Log

The document contains details of two exceptions encountered while trying to write to or open files. Both exceptions indicate that the given file path did not exist or could not be found (ENOENT error). The first exception occurred during a write operation while the second was during an open operation. The stack traces provide details on the specific method calls that led to the exceptions.
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.10.

04 22:51:20
java.io.IOException: write failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.write(IoBridge.java:540)
at java.io.FileOutputStream.write(FileOutputStream.java:398)
at b.f.i.h.a(Unknown Source:183)
at b.f.i.h.o(Unknown Source:69)
at b.f.i.r.c.r(Unknown Source:2)
at b.f.i.r.c.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:257)
at emo.main.ThreadWorker$1.run(Unknown Source:54)
Caused by: android.system.ErrnoException: write failed: ENOENT (No such file or
directory)
at libcore.io.Linux.writeBytes(Native Method)
at libcore.io.Linux.write(Linux.java:293)
at libcore.io.ForwardingOs.write(ForwardingOs.java:240)
at libcore.io.BlockGuardOs.write(BlockGuardOs.java:418)
at libcore.io.ForwardingOs.write(ForwardingOs.java:240)
at libcore.io.IoBridge.write(IoBridge.java:535)
... 10 more

Exception:2021.10.04 22:51:20
java.io.FileNotFoundException:
/storage/emulated/0/.tmp/Yozo_Office/Temp/fc/3293498201633359080724/PPT
Gallery_20211004_223852.pptx/ppt/media/image7.jpg: 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.r.c.r(Unknown Source:2)
at b.f.i.r.c.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:257)
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:8075)
at libcore.io.IoBridge.open(IoBridge.java:478)
... 11 more

You might also like