Chromium Code Reviews
Description[Predator] Add CrashData class to process raw json crash data.
All the information like ``regression_range``, ``stacktrace``, ``dependencies`` and ``dependency_rolls`` should be analyzed in ``CrashData``, and those information will finally convert to ``CrashReport`` to be passed to Predator library.
This cl (https://codereview.chromium.org/2663063007/) switches from the anonymous dict to ``CrashData``.
The motivation is that ``crash_data`` sent by different clients are very different, we'd
better proccess the raw crash_data dict before we actually analyze them ((like
``CheckPolicy``, ``NeedsNewAnalysis`` or initialize model using crash data).
BUG=688578
TBR=stgao@chromium.org
Review-Url: https://codereview.chromium.org/2673733002
Committed: https://chromium.googlesource.com/infra/infra/+/0bc6605f33f8f2e26fab0058610a5874c858c1ef
Patch Set 1 : Split CrashBuffer. #Patch Set 2 : Rename CrashBuffer to CrashData #
Total comments: 4
Patch Set 3 : . #Patch Set 4 : Rebase and fix nits. #Dependent Patchsets: Messages
Total messages: 33 (22 generated)
|