diff --git a/ui/trace_window.cpp b/ui/trace_window.cpp index 20d7e600..f97432e6 100644 --- a/ui/trace_window.cpp +++ b/ui/trace_window.cpp @@ -336,12 +336,12 @@ bool TraceDialog::StartPackage(Dive::AndroidDevice *device, const std::string &a if (app_type == "OpenXR APK") { ret = device - ->SetupApp(m_cur_pkg, Dive::ApplicationType::OPENXR_APK, m_command_args, "", "", 0); + ->SetupApp(m_cur_pkg, Dive::ApplicationType::OPENXR_APK, m_command_args, "", "", ""); } else if (app_type == "Vulkan APK") { ret = device - ->SetupApp(m_cur_pkg, Dive::ApplicationType::VULKAN_APK, m_command_args, "", "", 0); + ->SetupApp(m_cur_pkg, Dive::ApplicationType::VULKAN_APK, m_command_args, "", "", ""); } else if (app_type == "Command Line Application") {