iOS application RedrawRequested spam #8884
Replies: 1 comment
-
This seems to be a problem in winit. rust-windowing/winit#2911 contains changes that you could add to your own winit fork to prevent these logs. Winit seems to plan to remove the If you don't want to mess around with custom forks or wait until this is fixed in winit, you might be able to filter out these logs specifically. There is an example on how to apply log filters in Bevy. Looking at the tracing documentation about the filters, it should be possible to filter this message out using a filter target like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am testing iOS app using bevy and it generate a lot of spam:
WARN winit::platform_impl::platform::app_state: processing non
RedrawRequested
event after the main event loop: RedrawEventsClearedThese warns does not affect the rendering and app is shown as it expected, but it really hard to debug other app logs as it generates a tons of such messages.
Does somebody knows how I can prevent this notifications?
Beta Was this translation helpful? Give feedback.
All reactions