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

Yozo Log

The document contains details of two exceptions that occurred while an application was running. The first exception was an IllegalArgumentException related to a view not being attached to the window manager. The second was an InternalError that occurred when trying to start a thread during runtime shutdown.

Uploaded by

Yuarina Hadi
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)
14 views1 page

Yozo Log

The document contains details of two exceptions that occurred while an application was running. The first exception was an IllegalArgumentException related to a view not being attached to the window manager. The second was an InternalError that occurred when trying to start a thread during runtime shutdown.

Uploaded by

Yuarina Hadi
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:2022.05.

21 13:15:51
java.lang.IllegalArgumentException:
View=com.android.internal.policy.PhoneWindow$DecorView{180194e V.E...... R......D
0,0-45,105} not attached to window manager
at
android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:424)
at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:350)
at
android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:123)
at android.app.Dialog.dismissDialog(Dialog.java:362)
at android.app.Dialog.dismiss(Dialog.java:345)
at emo.main.MainApp$6.run()
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5619)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:853)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:737)

Exception:2022.05.21 13:15:51
java.lang.InternalError: Thread starting during runtime shutdown
at java.lang.Thread.nativeCreate(Native Method)
at java.lang.Thread.start(Thread.java:1063)
at java.util.Timer$TimerImpl.<init>(Timer.java:192)
at java.util.Timer.<init>(Timer.java:365)
at java.util.Timer.<init>(Timer.java:375)
at emo.ebeans.ETimer.h()
at b.w.d.b0.e4()
at b.w.d.b0.P4()
at b.w.d.b0.a()
at b.w.d.l0.a()
at b.w.a.i0.e()
at b.w.a.c0.f()
at b.w.a.c0.G0()
at b.t.a.d.x2()
at b.w.a.i0.r()
at b.t.a.d.y2()
at b.f.h.m.h.q()
at emo.main.FileReaderHandler$ReadFileHandlerCallback.handleMessage()
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:148)
at emo.main.ThreadWorker$1.run()

You might also like