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

Usb Cam Log

The document contains log entries from an Android application. The logs report a repeated error where the application is trying to create a handler inside a thread that has not called Looper.prepare(). This is causing a RuntimeException in the StillTriggerCallback method located in CameraFi.java at line 610 and CameraFi_Native.java at line 557.

Uploaded by

Robinson Danza
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)
191 views1 page

Usb Cam Log

The document contains log entries from an Android application. The logs report a repeated error where the application is trying to create a handler inside a thread that has not called Looper.prepare(). This is causing a RuntimeException in the StillTriggerCallback method located in CameraFi.java at line 610 and CameraFi_Native.java at line 557.

Uploaded by

Robinson Danza
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

2019-09-06 14:38:31.

0004 = [app] a type:1, err_code:-13, err_str:failed to start


USB Camera.
2019-09-06 15:20:37.0269 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't create handler inside thread that has not called
Looper.prepare()
at android.os.Handler.<init>(Handler.java:200)
at android.os.Handler.<init>(Handler.java:114)
at android.widget.Toast$TN$2.<init>(Toast.java:616)
at android.widget.Toast$TN.<init>(Toast.java:616)
at android.widget.Toast.<init>(Toast.java:143)
at android.widget.Toast.makeText(Toast.java:381)
at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:610)
at
com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)

2019-11-25 15:6:26.0588 = [app] StillTriggerCallback class


java.lang.RuntimeException: Can't create handler inside thread that has not called
Looper.prepare()
at android.os.Handler.<init>(Handler.java:200)
at android.os.Handler.<init>(Handler.java:114)
at android.widget.Toast$TN$2.<init>(Toast.java:616)
at android.widget.Toast$TN.<init>(Toast.java:616)
at android.widget.Toast.<init>(Toast.java:143)
at android.widget.Toast.makeText(Toast.java:381)
at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:610)
at
com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)

2019-11-25 15:7:35.0800 = [app] StillTriggerCallback class


java.lang.RuntimeException: Can't create handler inside thread that has not called
Looper.prepare()
at android.os.Handler.<init>(Handler.java:200)
at android.os.Handler.<init>(Handler.java:114)
at android.widget.Toast$TN$2.<init>(Toast.java:616)
at android.widget.Toast$TN.<init>(Toast.java:616)
at android.widget.Toast.<init>(Toast.java:143)
at android.widget.Toast.makeText(Toast.java:381)
at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:610)
at
com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)

2019-11-25 15:7:37.0129 = [app] StillTriggerCallback class


java.lang.RuntimeException: Can't create handler inside thread that has not called
Looper.prepare()
at android.os.Handler.<init>(Handler.java:200)
at android.os.Handler.<init>(Handler.java:114)
at android.widget.Toast$TN$2.<init>(Toast.java:616)
at android.widget.Toast$TN.<init>(Toast.java:616)
at android.widget.Toast.<init>(Toast.java:143)
at android.widget.Toast.makeText(Toast.java:381)
at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:610)
at
com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)

You might also like