• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

android/H16-Feb-2021-540342

content/H16-Feb-2021-4,0082,889

core/H16-Feb-2021-9,8186,749

OWNERSH A D16-Feb-2021209 107

READMEH A D16-Feb-2021409 148

README

1# Crash
2
3Crash 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
11iOS crash reporting uses Breakpad. Some [code changes] are necessary in order
12to enable crash reporting in local debug builds.
13
14[code changes]: http://crrev.com/c/1570168