The document contains log messages from an Android application. It records errors and warnings related to still image callbacks, camera settings failures, and issues stopping a media muxer. Specifically:
- The application is repeatedly encountering a "RuntimeException: Can't toast on a thread that has not called Looper.prepare()" error in a still image callback function.
- There are multiple instances of the camera recording "topmost setting failure" errors.
- When trying to stop a media muxer, it throws an "IllegalStateException: Failed to stop the muxer" exception.
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 ratings0% found this document useful (0 votes)
190 views5 pages
Usb Cam Log
The document contains log messages from an Android application. It records errors and warnings related to still image callbacks, camera settings failures, and issues stopping a media muxer. Specifically:
- The application is repeatedly encountering a "RuntimeException: Can't toast on a thread that has not called Looper.prepare()" error in a still image callback function.
- There are multiple instances of the camera recording "topmost setting failure" errors.
- When trying to stop a media muxer, it throws an "IllegalStateException: Failed to stop the muxer" exception.
20:44:05.0435 = [app] StillTriggerCallback class java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
2020-08-14 20:44:17.0771 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
topmost setting failure 2020-08-14 21:0:00.0727 = [app] StillTriggerCallback class java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
2020-08-14 21:0:01.0282 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
2020-08-14 21:0:04.0585 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
2020-08-14 21:1:13.0550 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
2020-08-14 21:1:20.0128 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
2020-08-14 21:2:47.0183 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
2020-08-14 21:5:06.0184 = [app] StillTriggerCallback class
java.lang.RuntimeException: Can't toast on a thread that has not called Looper.prepare() at android.widget.Toast$TN.<init>(Toast.java:411) at android.widget.Toast.<init>(Toast.java:121) at android.widget.Toast.makeText(Toast.java:286) at android.widget.Toast.makeText(Toast.java:276) at com.vaultmicro.camerafi.CameraFi$2.StillTriggerCallback(SourceFile:579) at com.vaultmicro.camerafinative.CameraFi_Native.StillTriggerCallback(SourceFile:557)
shutdown2020-11-16 22:36:26.0597 = [app] <02839 mux::D ( 375) > class java.lang.IllegalStateException: Failed to stop the muxer at android.media.MediaMuxer.nativeStop(MediaMuxer.java:-2) at android.media.MediaMuxer.stop(MediaMuxer.java:466) at axt.D(SourceFile:370) at axt.b(SourceFile:32) at axt$1.d(SourceFile:119) at asx.G(SourceFile:1855) at asx.b(SourceFile:21) at asx$f.a(SourceFile:1780) at asx$f.doInBackground(SourceFile:1744) at android.os.AsyncTask$3.call(AsyncTask.java:378) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919) 2020-11-16 22:36:26.0599 = [app] <02839 mux::D ( 387) > class java.lang.IllegalStateException: Failed to stop the muxer at android.media.MediaMuxer.nativeStop(MediaMuxer.java:-2) at android.media.MediaMuxer.stop(MediaMuxer.java:466) at android.media.MediaMuxer.release(MediaMuxer.java:706) at axt.D(SourceFile:382) at axt.b(SourceFile:32) at axt$1.d(SourceFile:119) at asx.G(SourceFile:1855) at asx.b(SourceFile:21) at asx$f.a(SourceFile:1780) at asx$f.doInBackground(SourceFile:1744) at android.os.AsyncTask$3.call(AsyncTask.java:378) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919)