Include the architecture in the explicit fields. This is already in the report itself, but not in any place that makes it easy to access for checking patch versions.
This commit is contained in:
@@ -714,6 +714,7 @@ bool CrashDialog::HandleMessage( UINT msg, WPARAM wParam, LPARAM lParam )
|
||||
m_pPost = new NetworkPostData;
|
||||
m_pPost->SetData( "ProductName", PRODUCT_NAME );
|
||||
m_pPost->SetData( "ProductVersion", PRODUCT_VER );
|
||||
m_pPost->SetData( "ProductArch", HOOKS->GetArchName().c_str() );
|
||||
m_pPost->SetData( "Report", m_sCrashReport );
|
||||
m_pPost->SetData( "Reason", m_CrashData.m_CrashInfo.m_CrashReason );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user