| Index: components/crash/content/app/crash_reporter_client.cc
|
| diff --git a/components/crash/content/app/crash_reporter_client.cc b/components/crash/content/app/crash_reporter_client.cc
|
| index 22b95712995b6f31b1d2b132b3370317f5173f15..1a526f011b5451c9ae8c70d8385e586c8bfa7c63 100644
|
| --- a/components/crash/content/app/crash_reporter_client.cc
|
| +++ b/components/crash/content/app/crash_reporter_client.cc
|
| @@ -133,6 +133,10 @@ int CrashReporterClient::GetAndroidMinidumpDescriptor() {
|
| return 0;
|
| }
|
|
|
| +int CrashReporterClient::GetAndroidCrashSignalFD() {
|
| + return -1;
|
| +}
|
| +
|
| bool CrashReporterClient::ShouldEnableBreakpadMicrodumps() {
|
| // Always enable microdumps on Android when stripping unwind tables. Rationale:
|
| // when unwind tables are stripped out (to save binary size) the stack traces
|
|
|