提交 4a780c26 编写于 作者: H Heejae Chang

fixed build break.

上级 6b43815c
......@@ -17,6 +17,7 @@ public static void Report(string description, Exception exception, Func<IFaultUt
public interface IFaultUtility
{
void AddProcessDump(int pid);
void AddFile(string fullpathname);
}
}
}
......@@ -132,7 +132,7 @@ private void ReportExtraInfoAsNFW(Exception ex)
continue;
}
faultUtility.AddFile(file);
u.AddFile(file);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册