提交 c459818b authored 作者: Michael Giagnocavo's avatar Michael Giagnocavo

Log error while in plugin appdomain for better stack traces.

上级 00de8e62
...@@ -111,6 +111,9 @@ namespace FreeSWITCH { ...@@ -111,6 +111,9 @@ namespace FreeSWITCH {
return false; return false;
} }
} }
} catch (Exception ex) {
Log.WriteLine(LogLevel.Error, "Error in plugin execute: " + ex.ToString());
return false;
} finally { } finally {
DecreaseUse(); DecreaseUse();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论