Loading libs/input/input_verifier.rs +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ impl InputVerifier { logger::init( logger::Config::default() .with_tag_on_device("InputVerifier") .with_min_level(log::Level::Trace), .with_max_level(log::LevelFilter::Trace), ); Self { name: name.to_owned(), touching_pointer_ids_by_device: HashMap::new() } } Loading Loading
libs/input/input_verifier.rs +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ impl InputVerifier { logger::init( logger::Config::default() .with_tag_on_device("InputVerifier") .with_min_level(log::Level::Trace), .with_max_level(log::LevelFilter::Trace), ); Self { name: name.to_owned(), touching_pointer_ids_by_device: HashMap::new() } } Loading