From 4beaae0f79ebe820fa9fdfdfb8195e5aeac89369 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Mon, 14 Nov 2016 12:28:51 +0100 Subject: Introduce Breakpad crash handler Google Breakpad (https://chromium.googlesource.com/breakpad/breakpad) is a widely used crash handler framework, e.g. by Mozilla and Chromium. It is providing a platform neutral solution to generate mini dumps, collect debug information and generate stack traces from those. Done-with: Orgad Shaneh Change-Id: I09382e7db0dc9e29b228e7b554fda7b6f5684349 Reviewed-by: Orgad Shaneh Reviewed-by: Tim Jenssen --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3e0ccac715..335868cd0f 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ wrapper.sh /src/app/Info.plist /src/plugins/**/*.json /src/plugins/coreplugin/ide_version.h +/src/libs/qt-breakpad/bin app_version.h phony.c -- cgit v1.2.3