Make sure to close vulkan fd's in error cases
In one set of the fixed cases we actually were never closing the fd. In the other set we would crash with a fatal error. Now both have been updated to handle the failures and correctly close the fd to make sure it all works. However, I don't think this is the route case of the leaking fds from the bug since I don't believe we are seeing any of the corresponding error messages in the logs. Test: Manual running on phone and watching logs. Bug: 187240173 Change-Id: I18babe91b0ec83ca63199f06d3d02ec10e8aea85
Loading
Please register or sign in to comment