include hardware info in troubleshooting archive (#2159)
* add cpu and gpu info to troubleshooting general * include capabilities in troubleshooting archive
This commit is contained in:
@@ -95,6 +95,8 @@
|
||||
{
|
||||
info.Version,
|
||||
Environment = info.Environment.OrderBy(x => x.Key).ToDictionary(x => x.Key, x => x.Value),
|
||||
info.Cpus,
|
||||
info.VideoControllers,
|
||||
info.Health,
|
||||
info.FFmpegSettings,
|
||||
info.Channels,
|
||||
|
||||
Reference in New Issue
Block a user