mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-12 02:27:08 +00:00
Pass command-line args as 'intent args' when launching apk. Refs #987
This commit is contained in:
@@ -1250,7 +1250,8 @@ public:
|
||||
ok = Ping();
|
||||
});
|
||||
|
||||
ExecuteResult ret = Android::StartAndroidPackageForCapture(host, app.c_str(), opts);
|
||||
ExecuteResult ret =
|
||||
Android::StartAndroidPackageForCapture(host, app.c_str(), cmdline.c_str(), opts);
|
||||
|
||||
Atomic::Inc32(&done);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user