Skip to content

Breakpad(crash reporter)

Mrunal Kapade edited this page Jul 17, 2013 · 10 revisions

What is it? - Basics

Why do we care?

Since Crosswalk is using Google's content layer from Chromium it uses Breakpad for crash reporting purposes. By default it reports the crash reports to Google servers which neither we nor Google would ideally want. We would like to customize it so that it,

  1. Generates the crash report as per Crosswalk code and symbol information.
  2. Sends it to Crosswalk server.
Clone this wiki locally