You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.207
Former-commit-id: 375ae9d61af40de28f42f70de9ef72dfd911b55b
This commit is contained in:
committed by
Jo Shields
parent
ccbfd4fe01
commit
193abcaedc
@@ -48,7 +48,7 @@ namespace System.Runtime.ExceptionServices {
|
||||
if (count != 0)
|
||||
Array.Copy (exception.captured_traces, 0, stack_traces, 0, count);
|
||||
|
||||
stack_traces [count] = new System.Diagnostics.StackTrace (exception, 0, true, true);
|
||||
stack_traces [count] = new System.Diagnostics.StackTrace (exception, 0, true);
|
||||
m_stackTrace = stack_traces;
|
||||
#else
|
||||
m_remoteStackTrace = exception.RemoteStackTrace;
|
||||
|
Reference in New Issue
Block a user