Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(604)

Unified Diff: src/processor/microdump.cc

Issue 2864002: Microdump processor: be more tolerant for different logcat formats (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/microdump.cc
diff --git a/src/processor/microdump.cc b/src/processor/microdump.cc
index 912398550ffc222c43e4eea754da890183f57155..bf628552932d253b476f587b3129e718dcad8873 100644
--- a/src/processor/microdump.cc
+++ b/src/processor/microdump.cc
@@ -49,7 +49,7 @@
#include "processor/range_map-inl.h"
namespace {
-static const char kGoogleBreakpadKey[] = "/google-breakpad(";
+static const char kGoogleBreakpadKey[] = "google-breakpad";
static const char kMicrodumpBegin[] = "-----BEGIN BREAKPAD MICRODUMP-----";
static const char kMicrodumpEnd[] = "-----END BREAKPAD MICRODUMP-----";
static const char kOsKey[] = ": O ";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted