aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/stack_frame_symbolizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google_breakpad/processor/stack_frame_symbolizer.h')
-rw-r--r--src/google_breakpad/processor/stack_frame_symbolizer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/google_breakpad/processor/stack_frame_symbolizer.h b/src/google_breakpad/processor/stack_frame_symbolizer.h
index 6f89167e..074907cb 100644
--- a/src/google_breakpad/processor/stack_frame_symbolizer.h
+++ b/src/google_breakpad/processor/stack_frame_symbolizer.h
@@ -62,7 +62,10 @@ class StackFrameSymbolizer {
kError,
// This indicates error for which stack walk should be interrupted
// and retried in future.
- kInterrupt
+ kInterrupt,
+ // Symbol data was found and loaded in resolver however some corruptions
+ // were detected.
+ kWarningCorruptSymbols,
};
StackFrameSymbolizer(SymbolSupplier* supplier,