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
I am trying to debug an application that I have written with Tauri. I enabled the tracing feature. When the app tries to handle a tauri::command my application freezes because it is trying to log the entire app icon as a Vec<u8>.
Describe the bug
I am trying to debug an application that I have written with Tauri. I enabled the tracing feature. When the app tries to handle a
tauri::command
my application freezes because it is trying to log the entire app icon as aVec<u8>
.The log looks like the following:
Reproduction
Create a
tauri
application, add an app icon, then, enable tracing in yourCargo.toml
,In
Cargo.toml
:Set up tracing in your application
Then run the application:
Expected behavior
The
app_icon
isn't necessary (in my opinion), and just clogs the logs. I'm hoping you can exclude it?Full
tauri info
outputThe text was updated successfully, but these errors were encountered: