cocool97 / adb_client

Rust ADB (Android Debug Bridge) client library
MIT License
144 stars 23 forks source link

can shell_command return shell output ? #17

Closed farss closed 1 year ago

farss commented 1 year ago
pub fn shell_command<S: ToString>(
        &mut self,
        serial: &Option<S>,
        command: impl IntoIterator<Item = S>,
    ) -> Result<Vec<u8>>