We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268939a commit 7c381fbCopy full SHA for 7c381fb
xbuild/src/devices/adb.rs
@@ -277,7 +277,7 @@ impl Adb {
277
Ok(Path::new(std::str::from_utf8(&output.stdout)?.trim()).to_path_buf())
278
}*/
279
280
- pub fn lldb(&self, device: &str, lldb_server: &Path, executable: &Path) -> Result<()> {
+ pub fn lldb(&self, device: &str, executable: &Path, lldb_server: &Path) -> Result<()> {
281
/*let package = env.manifest().android().package.as_ref().unwrap();
282
let app_dir = self.app_dir(device, package)?;
283
self.shell(device, Some(package))
0 commit comments