[M108 Migration] Support standard build for armv7hl architecture
[platform/framework/web/chromium-efl.git] / components / crash / README
1 # Crash
2
3 Crash is a [layered component] to enable it to be shared cleanly on iOS.
4
5 [layered component]: (https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)
6
7 ## Debugging
8
9 ### Breakpad (iOS)
10
11 iOS crash reporting uses Breakpad. Some [code changes] are necessary in order
12 to enable crash reporting in local debug builds.
13
14 [code changes]: http://crrev.com/c/1570168