mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
Fix some spacing and typos in ios documentation.
Change-Id: I401c597c3c81c257d25e9e8a5e542521f52142dd Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2785784 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org>
This commit is contained in:
parent
2dbd019bc2
commit
d4c3de1afa
@ -90,11 +90,11 @@ suitable. After converting, a minidump will be written to the Crashpad database,
|
||||
similar to how other platforms write a minidump on exception handling. If
|
||||
uploading is enabled, this minidump will also be immediately uploaded. New
|
||||
intermediate dumps generated by exceptions or by
|
||||
`CRASHPAD_SIMULATE_CRASH_AND_DEFER_PROCESSING` will will not be processed until
|
||||
`CRASHPAD_SIMULATE_CRASH_AND_DEFER_PROCESSING` will not be processed until
|
||||
the next call to `ProcessIntermediateDumps`. Conversely,
|
||||
`CRASHPAD_SIMULATE_CRASH` can be called when the client has no performance or
|
||||
stability concerns. In this case, intermediate dumps are automatically
|
||||
converted to minidumps and immediately eligable for uploading.
|
||||
converted to minidumps and immediately eligible for uploading.
|
||||
|
||||
### `StartProcesingPendingReports`
|
||||
For similar reasons, applications may choose the correct time to begin uploading
|
||||
|
Loading…
x
Reference in New Issue
Block a user