We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7714289 commit 4335c59Copy full SHA for 4335c59
app/Assets/UniDebugMenu/Example/Scripts/iOSCrashReportListCreator.cs
@@ -35,7 +35,7 @@ public CrashData( CrashReport report )
35
m_summary = report.text.Split( new [] { NL }, StringSplitOptions.None ).FirstOrDefault();
36
m_text = report.text;
37
m_listText = $"{m_time}: {m_summary}";
38
- m_detailText = $"{m_time}{NL}{NL}{NL}{m_text}";
+ m_detailText = $"{m_time}{NL} {NL}{m_text}";
39
}
40
41
0 commit comments