You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the application finds an error, then the application immediately forces close
How to reproduce error
Run-on Android 5 on Emulator.
Stop controller
Wait until force close
Logs:
E/AndroidRuntime( 3642): java.lang.IllegalArgumentException: Surface had no valid native window.
E/AndroidRuntime( 3642): at android.hardware.camera2.legacy.LegacyCameraDevice.nativeSetSurfaceFormat(Native Method)
E/AndroidRuntime( 3642): at android.hardware.camera2.legacy.LegacyCameraDevice.setSurfaceFormat(LegacyCameraDevice.java:591)
E/AndroidRuntime( 3642): at android.hardware.camera2.legacy.RequestThreadManager.resetJpegSurfaceFormats(RequestThreadManager.java:505)
E/AndroidRuntime( 3642): at android.hardware.camera2.legacy.RequestThreadManager.access$2300(RequestThreadManager.java:63)
E/AndroidRuntime( 3642): at android.hardware.camera2.legacy.RequestThreadManager$5.handleMessage(RequestThreadManager.java:915)
E/AndroidRuntime( 3642): at android.os.Handler.dispatchMessage(Handler.java:98)
E/AndroidRuntime( 3642): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 3642): at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered:
Description
If the application finds an error, then the application immediately forces close
How to reproduce error
Logs:
The text was updated successfully, but these errors were encountered: