Skip to content

Commit 7c381fb

Browse files
Athosvkdvc94ch
authored andcommittedJul 11, 2024
Switch arguments to lldb function to fix calling side
1 parent 268939a commit 7c381fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎xbuild/src/devices/adb.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ impl Adb {
277277
Ok(Path::new(std::str::from_utf8(&output.stdout)?.trim()).to_path_buf())
278278
}*/
279279

280-
pub fn lldb(&self, device: &str, lldb_server: &Path, executable: &Path) -> Result<()> {
280+
pub fn lldb(&self, device: &str, executable: &Path, lldb_server: &Path) -> Result<()> {
281281
/*let package = env.manifest().android().package.as_ref().unwrap();
282282
let app_dir = self.app_dir(device, package)?;
283283
self.shell(device, Some(package))

0 commit comments

Comments
 (0)
Please sign in to comment.