mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
Increase the wait after starting android remote server
* No surprise here, Android is bad so it takes ages after starting the program before it is actually running.
This commit is contained in:
@@ -875,7 +875,7 @@ struct AndroidController : public IDeviceProtocolHandler
|
||||
});
|
||||
|
||||
// allow the package to start and begin listening before we return
|
||||
Threading::Sleep(500);
|
||||
Threading::Sleep(1500);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user