New issue
Advanced search Search tips

Issue 804522 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

[Download UMA] DownloadManagerService UMA_DOWNLOAD_RESUMPTION_BROWSER_KILLED not accurate

Project Member Reported by dtrainor@chromium.org, Jan 22 2018

Issue description

UMA_DOWNLOAD_RESUMPTION_BROWSER_KILLED is triggered whenever resuming a download after pausing it, regardless of whether or not the browser was killed.  Should modify DownloadManagerService to adjust based on current behavior.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jan 25 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/dffc60cbf0fe97b3dbee6543bd10e0699843275a

commit dffc60cbf0fe97b3dbee6543bd10e0699843275a
Author: Min Qin <qinmin@chromium.org>
Date: Thu Jan 25 19:14:52 2018

Fix UMA_DOWNLOAD_RESUMPTION_BROWSER_KILLED

This UMA currently records all resumption attempts.
This CL fixes that by updating the UMA only on the first
resumption attempt after a browser restart.

BUG= 804522 

Change-Id: I8a591b0b0fdaf411693df374c2ad81b5979f3456
Reviewed-on: https://chromium-review.googlesource.com/883405
Reviewed-by: David Trainor <dtrainor@chromium.org>
Commit-Queue: Min Qin <qinmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531972}
[modify] https://crrev.com/dffc60cbf0fe97b3dbee6543bd10e0699843275a/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerService.java

Comment 2 by qin...@chromium.org, Jan 25 2018

Status: Fixed (was: Assigned)

Sign in to add a comment