Browse Source

add more cuda logging (#2503)

pull/2504/head
Jason Dove 10 months ago committed by GitHub
parent
commit
fd60c120ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      ErsatzTV.FFmpeg/Capabilities/Nvidia/CudaHelper.cs

4
ErsatzTV.FFmpeg/Capabilities/Nvidia/CudaHelper.cs

@ -185,9 +185,9 @@ internal static class CudaHelper @@ -185,9 +185,9 @@ internal static class CudaHelper
result.Add(new CudaDevice(device.Handle, name, new Version(major, minor), encoders, decoders));
}
catch (Exception)
catch (Exception ex)
{
// do nothing
Console.WriteLine($"Error processing CUDA device {description.Handle}: {ex}");
}
}

Loading…
Cancel
Save