Remove CheckUmaHistogramChangesOnUpload
Remove CheckUmaHistogramChangesOnUpload. This check is only based on simple regex match so it's not that reliable and might report a lot of false positives. The best way to do this is to merge all xmls and extract all histogram names from it. It can be done in a way that similar to https://source.chromium.org/chromium/chromium/src/+/master:PRESUBMIT.py;drc=015291ed0b8742662afb9431f176f033a0504a44;l=3610 However, merging xmls and extracting names is an expensive operation so in order not to confuse users, we should remove this check for now and we can re-implement a similar check once we have an efficient way to do so. Bug: 1138055 Change-Id: Iad81a9331d971b9260559b0e33fcced149c5334c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500269 Commit-Queue: Weilun Shi <sweilun@chromium.org> Reviewed-by:Ilya Sherman <isherman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Auto-Submit: Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#821513}
Showing
Please register or sign in to comment