mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
feat(cli): show all Android error logs
This commit is contained in:
@@ -95,7 +95,7 @@ pub fn get_config(
|
||||
|
||||
let raw = RawAndroidConfig {
|
||||
features: android_options.features.clone(),
|
||||
logcat_filter_specs: vec!["RustStdoutStderr".into()],
|
||||
logcat_filter_specs: vec!["RustStdoutStderr".into(), "*:E".into()],
|
||||
..Default::default()
|
||||
};
|
||||
let config = AndroidConfig::from_raw(app.clone(), Some(raw)).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user