mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Allow configured adb path to be empty, look for adb in shipped path
* On windows we ship adb.exe under android/ so that there's no configure needed. Look for that file if there isn't an override path.
This commit is contained in:
@@ -186,9 +186,6 @@ void PersistantConfig::AddAndroidHosts()
|
||||
// Set the config setting as it will be reused when we start the remoteserver etc.
|
||||
SetConfigSetting(lit("adbExePath"), adbExePath);
|
||||
|
||||
if(adbExePath.isEmpty())
|
||||
return; // adb path must be non-empty in the Options dialog.
|
||||
|
||||
SetConfigSetting(lit("MaxConnectTimeout"), QString::number(Android_MaxConnectTimeout));
|
||||
|
||||
rdctype::str androidHosts;
|
||||
|
||||
Reference in New Issue
Block a user