mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -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
|
@ -19,6 +19,9 @@ use zbus::proxy;
|
|||
assume_defaults = true
|
||||
)]
|
||||
pub trait WifiDebug1 {
|
||||
/// CaptureDebugTraceOutput method
|
||||
fn capture_debug_trace_output(&self) -> zbus::Result<String>;
|
||||
|
||||
/// SetWifiDebugMode method
|
||||
fn set_wifi_debug_mode(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue