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

Warning: Single GUI Threading is enabled, FPS should be slower #377

Open
BullyWiiPlaza opened this issue Jul 12, 2021 · 0 comments
Open

Comments

@BullyWiiPlaza
Copy link

I kept getting this annoying log message:
Warning: Single GUI Threadiong is enabled, FPS should be slower
Is there a reason logging is enabled by default? Using JBrowserDriver in an application forces me to e.g. disable the JBrowserDriver logging by adding the following code:

final String suppressedLoggerPackageName = JBrowserDriver.class.getPackage().getName();
final Logger logger = Logger.getLogger(suppressedLoggerPackageName);
logger.setLevel(Level.OFF);

Is there a better way to accomplish this?

Also calling Settings.builder().logger(null); does not work.

Finally I'm not sure what the warning is trying to tell me. I'm using this project with JBrowserDriver.

Related:
#356
#175

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant