Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack trace not available when no SLF4J binding in classpath #118

Closed
sarxos opened this issue Jul 5, 2013 · 0 comments
Closed

Stack trace not available when no SLF4J binding in classpath #118

sarxos opened this issue Jul 5, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@sarxos
Copy link
Owner

sarxos commented Jul 5, 2013

When there is no SLF4J binding (e.g. Logback or slf4j-simple) available in the classpath, stack traces from Webcam.getImage() calls in WebcamPanel class are send to /dev/null since ScheduledThreadPoolExecutor does not support UncaughtExceptionHandler and pass all exceptions right back to underlying Future, but because we are passing Runnable instead of Callable we are not able to determine if exception has been thrown.

@ghost ghost assigned sarxos Jul 5, 2013
@sarxos sarxos closed this as completed in 6d77ba9 Jul 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant