Chromium Code Reviews
Description[Android WebView] Ensure we use free connection when uploading minidumps
By using the JobScheduler to upload minidumps we are restricting
ourselves to not start a job uploading minidumps on costly connections
(we allow only unmetered connections). In this CL we explicitly ensure
that we are using an unmetered connection just before performing
uploads as well to ensure we aren't hitting a race where we just
switched connection and the JobScheduler hasn't yet shut our job down.
NOTE: This commit adds the permission
android.permission.ACCESS_NETWORK_STATE to WebView.
BUG=678924
BUG=673280
Review-Url: https://codereview.chromium.org/2666603002
Cr-Commit-Position: refs/heads/master@{#447972}
Committed: https://chromium.googlesource.com/chromium/src/+/49a6b5d0a4738663b0740324b4666a70eec295f2
Patch Set 1 #
Total comments: 4
Patch Set 2 : Check whether on unmetered network instead of wifi/ethernet. #
Messages
Total messages: 16 (5 generated)
|
||||||||||||||||||||||||||||