Skip to content

Commit 28e0f86

Browse files
author
jasoncdavis0
authored
iOS Updates
Added info about when the crash report is uploaded.
1 parent e8e4cc0 commit 28e0f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Backtrace offers to upload symbols automatically from Unity Editor to your Backt
157157

158158
# iOS Specific information
159159
## Native Crashes
160-
When configuring the backtrace-unity client for an iOS deployment in the Unity Editor, programmers will have a toggle to enable or disable `Capture native crashes`. If this is enabled
160+
When configuring the backtrace-unity client for an iOS deployment in the Unity Editor, programmers will have a toggle to enable or disable `Capture native crashes`. If this is enabled, the backtrace-unity client will ensure the crash report is generated, stored locally, and uploaded upon next game start.
161161

162162
## Debug Symbol upload
163163
When building your iOS game in Xcode, you must make sure you configure the build settings to generate "`DWARF with dSYM files` for any build that you want to debug with Backtrace (By default, it may only generate `DWARF`). In the example below, `DWARF with dSYM files` is enabled in the `Project Build Settings` for each `Target`.

0 commit comments

Comments
 (0)