Skip to content

Commit

Permalink
meta: Update info about inproc backend (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill authored Jun 20, 2020
1 parent fe5c9d6 commit 85594b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ using `cmake -D BUILD_SHARED_LIBS=OFF ..`.
only supported on Windows and macOS, and used as the default there.
- **breakpad**: This uses the in-process breakpad handler. It is currently
only supported on Linux and Windows, and used as the default on Linux.
- **inproc**: A small in-process handler which is supported on all platforms
except Windows, and is used as default on Linux and Android.
- **inproc**: A small in-process handler which is supported on all platforms,
and is used as default on Android.
- **none**: This builds `sentry-native` without a backend, so it does not handle
crashes at all. It is primarily used for tests.

Expand All @@ -203,7 +203,7 @@ using `cmake -D BUILD_SHARED_LIBS=OFF ..`.
| - none |||||
| | | | | |
| Backends | | | | |
| - inproc | ||||
| - inproc | ||||
| - crashpad ||| | |
| - breakpad || || |
| - none |||||
Expand Down

0 comments on commit 85594b7

Please sign in to comment.