From 7b7afffc4621ee87528d10a9cc4466074e8c3226 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Tue, 14 Jan 2025 20:53:12 -0800 Subject: [PATCH] manager: Expose new CaptureDebugTraceOutput method --- Cargo.toml | 4 +- com.steampowered.SteamOSManager1.xml | 13 +++++++ src/bin/steamosctl.rs | 8 ++++ src/manager/root.rs | 14 ++++++- src/manager/user.rs | 4 ++ src/process.rs | 36 ++++++++++++++++++ src/proxy/wifi_debug1.rs | 3 ++ src/wifi.rs | 55 +++++++++++++++++++++++++--- 8 files changed, 126 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ab3d38..96f66aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,6 @@ name = "steamos-manager" version = "24.5.1" edition = "2021" -[dev-dependencies] -tempfile = "3" - [profile.release] strip="symbols" @@ -22,6 +19,7 @@ nix = { version = "0.29", default-features = false, features = ["fs", "poll", "s num_enum = "0.7" regex = "1" serde = { version = "1.0", default-features = false, features = ["derive"] } +tempfile = "3" tokio = { version = "1", default-features = false, features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync"] } tokio-stream = { version = "0.1", default-features = false } tokio-util = { version = "0.7", default-features = false } diff --git a/com.steampowered.SteamOSManager1.xml b/com.steampowered.SteamOSManager1.xml index 688bdec..2cfcbba 100644 --- a/com.steampowered.SteamOSManager1.xml +++ b/com.steampowered.SteamOSManager1.xml @@ -361,6 +361,19 @@ --> + + + + +