Chromium Code Reviews
Description[Android WebView] Ensure Android Checkbox is on when uploading minidumps
Since minidump uploading can happen long after we copy minidumps to
WebView's separate minidump uploading service (and thus long after our
initial check to ensure the Android Checkbox is toggled on), the user
could have toggled the Checkbox off by the time we upload minidumps. We
now ensure the Checkbox is toggled on just before we upload the
minidumps.
This check can be overridden on debuggable builds through the
enable-crash-reporter-for-testing command line flag.
BUG=685576
Review-Url: https://codereview.chromium.org/2655023008
Cr-Commit-Position: refs/heads/master@{#448600}
Committed: https://chromium.googlesource.com/chromium/src/+/30d6e25b2f1c69090883e97110877815f1ae3c72
Patch Set 1 #Patch Set 2 : Pass enabled-for-testing flag and U&D value to CrashReportingPermissionManager #
Total comments: 9
Patch Set 3 : Fix MinidumpUploaderTest to use custom PlatformServiceBridge, add threading asserts, make mCancelUp… #Patch Set 4 : Remove uses of volatile. #
Total comments: 2
Patch Set 5 : Add tests to ensure return-value from PlatformServicesBridge is handled correctly. #Patch Set 6 : Rebase #
Messages
Total messages: 27 (10 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||