Make crash keys whitelist to accept keys with suffix counter |
|||
Issue descriptionCrash keys values are fixed length so whenever the value field is too long it's split to many fields with suffix counter (key__1, key__2, ...). In webview, we have to explicitly hardcode the keys and the counters in the whitelist: https://cs.chromium.org/chromium/src/android_webview/common/crash_reporter/crash_keys.cc It'd be better to fix the whitelist to accept keys without/with any numeric suffix instead of hardcoding the numbers.
,
Nov 1
,
Nov 1
,
Nov 1
Android is going to be switching from Breakpad to Crashpad Real Soon Now™. In Crashpad, keys are not chunked into counter-suffixed keys, so I think this will become moot. |
|||
►
Sign in to add a comment |
|||
Comment 1 by hazems@chromium.org
, Nov 1