Chromium Code Reviews
Description[minidump uploader] Retries: only initiate uploads when on WiFi/Ethernet
When re-scheduling minidump uploading in MinidumpUploadRetry we
currently re-try uploading whenever we receive a network-change and the
new connection type is a valid connection. This could result in losing
minidumps if the connection is not of WiFi/Ethernet type since we avoid
uploading minidumps over any other type of connection - and since after
failing to upload a minidump 3 times we abandon the minidump.
BUG=673097
Committed: https://crrev.com/1384ca7b54c0a6827e64921a5eccd6c7c84e7391
Cr-Commit-Position: refs/heads/master@{#441213}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use existing isNetworkAvailableForCrashUploads-check. #
Total comments: 4
Patch Set 3 : s/mPermManager/mPermissionManager/ and remove lock mechanism in test. #
Total comments: 4
Patch Set 4 : Fix Maria's comments (early out from retries if there is no connection). #
Messages
Total messages: 17 (7 generated)
|
|||||||||||||||||||||||||||||||||||||