mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-07 15:10:29 -04:00
manager: Expose new CaptureDebugTraceOutput method
This commit is contained in:
parent
a2af4d1bc5
commit
7b7afffc46
8 changed files with 126 additions and 11 deletions
|
@ -486,6 +486,10 @@ impl WifiDebug1 {
|
|||
async fn set_wifi_backend(&self, backend: &str) -> zbus::Result<()> {
|
||||
self.proxy.call("SetWifiBackend", &(backend)).await
|
||||
}
|
||||
|
||||
async fn capture_debug_trace_output(&self) -> fdo::Result<String> {
|
||||
method!(self, "CaptureDebugTraceOutput")
|
||||
}
|
||||
}
|
||||
|
||||
#[interface(name = "com.steampowered.SteamOSManager1.WifiPowerManagement1")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue