Kaydet (Commit) 55bd0ac1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add some OpenGL info to the crash reporter

Change-Id: Id377bc3bd814fad822d577603b1f147b71ad9ae2
Reviewed-on: https://gerrit.libreoffice.org/26445Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 2286144f
...@@ -521,8 +521,10 @@ void writeToLog(SvStream& rStrm, const char* pKey, const OUString rVal) ...@@ -521,8 +521,10 @@ void writeToLog(SvStream& rStrm, const char* pKey, const OUString rVal)
bool WinOpenGLDeviceInfo::isDeviceBlocked() bool WinOpenGLDeviceInfo::isDeviceBlocked()
{ {
// CrashReporter::AddKeyAndValue("AdapterVendorId", maAdapterVendorID); CrashReporter::AddKeyValue("OpenGLVendor", maAdapterVendorID);
// CrashReporter::AddKeyAndValue("AdapterDeviceId", maAdapterDeviceID); CrashReporter::AddKeyValue("OpenGLDevice", maAdapterDeviceID);
CrashReporter::AddKeyValue("OpenGLDriver", maDriverVersion);
SAL_INFO("vcl.opengl", maDriverVersion); SAL_INFO("vcl.opengl", maDriverVersion);
SAL_INFO("vcl.opengl", maDriverDate); SAL_INFO("vcl.opengl", maDriverDate);
SAL_INFO("vcl.opengl", maDeviceID); SAL_INFO("vcl.opengl", maDeviceID);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment