DescriptionGCM: Add Android UMA, and UMA for deleted/collapsed messages
- Adds GCM.DeletedMessagesReceived UMA for incoming DELETED_MESSAGES,
which happens when the 100 non-collapsible messages limit is exceeded
on the GCM server.
- Adds GCM.DataMessageReceivedHasCollapseKey UMA for incoming messages
with collapse_key, giving a baseline to compare the previous UMA with.
- Makes the existing GCM.DataMessageReceivedHasRegisteredApp and
GCM.DataMessageReceived UMAs only count DATA_MESSAGE rather than
DELETED_MESSAGES, to better match their names (and be more useful).
- Also adds all of the above UMAs to Android, which used to have no UMA.
BUG=672067
Committed: https://crrev.com/409dc538bb1495c458a72f7e93eb9e1dab102036
Cr-Commit-Position: refs/heads/master@{#438339}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address review comments and add Android logging #
Total comments: 4
Patch Set 3 : Reworded histograms #
Total comments: 6
Patch Set 4 : UMA_HISTOGRAM_BOOLEAN("GCM.DataMessageReceived", true); #
Messages
Total messages: 27 (12 generated)
|