DescriptionRationalize and fix chromium android linker histogram recording.
Replace histogram recording for devices where the chromium android linker
is enabled with the following:
ChromiumAndroidLinker.BrowserStates
Whether relro sharing was attempted for the browser process, and if
attempted, whether it succeeded. (0=normal load, 1=low memory load
with shared relro, 2=low memory load used backoff so no shared relro)
ChromiumAndroidLinker.RendererStates
Whether relro sharing was attempted for a renderer process, and if
attempted, whether it succeeded. (0=load with shared relro, 1=load
used backoff so no shared relro, 2=shared relro not attempted)
If the chromium android linker is not enabled, none of the above
histograms is recorded.
BUG=419010
Committed: https://crrev.com/7ae383a91f3906a9b2459ae92d141d341b1d0c73
Cr-Commit-Position: refs/heads/master@{#299291}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Rewrite for clearer histogram recording. #
Total comments: 6
Patch Set 3 : Update for review feedback. #Patch Set 4 : Update for review feedback. #Patch Set 5 : Move renderer UMA update call. #
Messages
Total messages: 29 (7 generated)
|