Log error while in plugin appdomain for better stack traces.
This commit is contained in:
parent
00de8e62ec
commit
c459818bf9
|
@ -111,6 +111,9 @@ namespace FreeSWITCH {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
Log.WriteLine(LogLevel.Error, "Error in plugin execute: " + ex.ToString());
|
||||
return false;
|
||||
} finally {
|
||||
DecreaseUse();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue