mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Pass command-line args as 'intent args' when launching apk. Refs #987
This commit is contained in:
@@ -984,6 +984,16 @@ void CaptureDialog::UpdateGlobalHook()
|
||||
}
|
||||
}
|
||||
|
||||
void CaptureDialog::UpdateRemoteHost()
|
||||
{
|
||||
const RemoteHost *host = m_Ctx.Replay().CurrentRemote();
|
||||
|
||||
if(host && host->IsADB())
|
||||
ui->cmdLineLabel->setText(tr("Intent Arguments"));
|
||||
else
|
||||
ui->cmdLineLabel->setText(tr("Command-line Arguments"));
|
||||
}
|
||||
|
||||
void CaptureDialog::SetEnvironmentModifications(const rdcarray<EnvironmentModification> &modifications)
|
||||
{
|
||||
m_EnvModifications = modifications;
|
||||
|
||||
Reference in New Issue
Block a user