зеркало из https://github.com/mozilla/gecko-dev.git
Bug 607046. Switch the order of the debug output. r=davidb,a=debugging
This commit is contained in:
Родитель
edf331534c
Коммит
27dea06b2f
|
@ -375,9 +375,9 @@ GfxInfo::AddCrashReportAnnotations()
|
|||
if (vendorID == 0) {
|
||||
/* if we didn't find a valid vendorID lets append the mDeviceID string to try to find out why */
|
||||
note.Append(", ");
|
||||
note.AppendWithConversion(mDeviceKeyDebug);
|
||||
note.Append(", ");
|
||||
note.AppendWithConversion(mDeviceID);
|
||||
note.Append(", ");
|
||||
note.AppendWithConversion(mDeviceKeyDebug);
|
||||
}
|
||||
note.Append("\n");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче