Followup to bug 769048 part F - actually annotate the crash report with the notes we've carefully collected, r=captain-obvious

This commit is contained in:
Benjamin Smedberg 2012-07-06 13:08:19 -04:00
Родитель 7687f80e3f
Коммит afa3664115
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1273,6 +1273,7 @@ PluginModuleParent::OnCrash(DWORD processID, const nsAString& aDumpID)
else {
NS_ERROR("Got minidump for Flash process neither broker nor sandbox.");
}
CrashReporter::AppendExtraData(aDumpID, notes);
GetIPCChannel()->CloseWithError();
KillProcess(OtherProcess(), 1, false);