Test Android target connection for up to MaxConnectTimeout seconds.

Added new setting to SettingsDialog, and passed it to native code via
RenderDoc::Inst().GetConfigSetting("MaxConnectTimeout")
This commit is contained in:
Michael Rennie
2016-12-24 19:22:10 +00:00
committed by Baldur Karlsson
parent 31104c817a
commit d249faacd3
7 changed files with 125 additions and 47 deletions
+1
View File
@@ -175,6 +175,7 @@ namespace renderdocui.Code
public string LastCaptureExe = "";
public List<string> RecentCaptureSettings = new List<string>();
public string AdbExecutablePath = "";
public uint MaxConnectTimeout = 30;
// for historical reasons, this was named CaptureSavePath
[XmlElement("CaptureSavePath")]