Edisson Reinozo
Edisson Reinozo
> removed the dot from the start of file name resolve for me. from ".env" to "env" I had a similar issue building a Flutter module. It work fine for...
At least there the exception should be handled! The following unhadled exception pops up: ``` PlatformException (PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: Source error, null, null)) ```
Just pasting the snippet here from: https://github.com/andrewhickman/logging-allocator/blob/master/src/lib.rs#L42-L57 We need to add a new function ``` pub fn run_guarded(f: F) where F: FnOnce(), { thread_local! { static GUARD: Cell = Cell::new(false);...