Files
renderdoc/renderdoc
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-07-12 14:50:54 +01:00
2024-08-05 14:35:40 +01:00
2024-07-08 14:19:42 +01:00
2024-08-05 17:21:03 +01:00
2024-07-08 14:19:42 +01:00
2024-07-08 14:19:42 +01:00
2024-07-08 14:19:42 +01:00