[AW][Dev-UI] Add hide button for crashes in Crash UI
Create a field isHidden in CrashInfo class which is reflected in the crash log json file. When the user presses "Hide crash" button, the field is updated and the crash log json file is modified. WebViewCrashInfoCollector's mergeDuplicates() also removes crashes that have to be hidden. Demo: https://drive.google.com/file/d/1EUlEzi4HXgzdgES0csWJpbVwaoiSJ9lU/view?usp=sharing Dark theme: https://drive.google.com/file/d/1fmK5JStvNWv3ce17NUyQzSxTaUNyDdMB/view?usp=sharing Bug: 1059944 Test: Manual - verify the hide button works as expected Test: run_webview_instrumentation_test_apk -f DeveloperUiTest.* Change-Id: Id08aab424a222c8acae2a22fcf1bb777bb2ac330 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339976 Commit-Queue: Azhara Assanova <azharaa@google.com> Auto-Submit: Azhara Assanova <azharaa@google.com> Reviewed-by:Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Laís Minchillo <laisminchillo@chromium.org> Cr-Commit-Position: refs/heads/master@{#799139}
Showing
Please register or sign in to comment