summaryrefslogtreecommitdiff
path: root/chromium/components/crash/README
blob: 2820f13961508285772916a793dd6b6d4ab53741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Crash

Crash is a [layered component] to enable it to be shared cleanly on iOS.

[layered component]: (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)

## Debugging

### Breakpad (iOS)

iOS crash reporting uses Breakpad. Some [code changes] are necessary in order
to enable crash reporting in local debug builds.

[code changes]: http://crrev.com/c/1570168