Bug 731901 - Update telemetry ping to use new telemetry name. r=rstrong

This commit is contained in:
Brian R. Bondy 2012-03-09 14:01:50 -05:00
parent af2542ef69
commit b61e60af2e

View File

@ -1482,7 +1482,7 @@ UpdateService.prototype = {
if (parts.length > 1) {
result = parseInt(parts[1]) || UNEXPECTED_ERROR;
}
Services.telemetry.getHistogramById("UPDATE_STATUS").add(result);
Services.telemetry.getHistogramById("UPDATER_STATUS_CODES").add(result);
} catch(e) {
// Don't allow any exception to be propagated.
Components.utils.reportError(e);