Files
renderdoc/renderdoc/os
Cam Mannett d78adf7e99 Fix Android env var collection
RD uses getprop to emulate geting env vars configured from the host, and it uses Process::LaunchProcess to do this that in turn uses fork/execve to launch getprop.  But execve doesn't use the env's shell lookup mechanism for exes - this resulted in the getprop call failing and the capture options using default values.

This fix is to switch to using execvpe.
2024-08-05 17:21:03 +01:00
..
2024-08-05 17:21:03 +01:00
2024-02-12 11:04:52 +00:00