Skip to content

Commit 2829ea7

Browse files
jwoo-msftmichaelfarnsworth
authored andcommitted
[ios] updated stack trace (microsoft#6877)
1 parent 2ff950f commit 2829ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ios/AdaptiveCards/ADCIOSVisualizer/ADCIOSVisualizerTests/ADCIOSVisualizerTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ - (void)parseAndRenderDFS:(NSString *)rootPath FileManager:(NSFileManager *)fMan
210210
[self assertRendering:renderResult fileName:fileName];
211211
}
212212
@catch (NSException *exception) {
213-
XCTMutableIssue *issue = [[XCTMutableIssue alloc] initWithType:XCTIssueTypeAssertionFailure compactDescription:[NSString stringWithFormat:@"Rendering Exception in %@", fileName]];
213+
XCTMutableIssue *issue = [[XCTMutableIssue alloc] initWithType:XCTIssueTypeAssertionFailure compactDescription:[NSString stringWithFormat:@"Rendering Exception in %@ with %@ \nStack Trace:%@", fileName, exception, exception.callStackSymbols]];
214214
[self recordIssue:issue];
215215
}
216216
}

0 commit comments

Comments
 (0)