Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
This commit is contained in:
@@ -259,7 +259,7 @@ PluginModuleParent::ActorDestroy(ActorDestroyReason why)
|
||||
switch (why) {
|
||||
case AbnormalShutdown: {
|
||||
nsCOMPtr<nsIFile> dump;
|
||||
if (GetMinidump(getter_AddRefs(dump))) {
|
||||
if (TakeMinidump(getter_AddRefs(dump))) {
|
||||
WriteExtraDataForMinidump(dump);
|
||||
if (NS_SUCCEEDED(dump->GetLeafName(mDumpID))) {
|
||||
mDumpID.Replace(mDumpID.Length() - 4, 4,
|
||||
|
||||
Reference in New Issue
Block a user