Comment #5 on issue 28022 by [email protected]: Record all child process crashes in UMA logs http://code.google.com/p/chromium/issues/detail?id=28022
I sat down to talk with kuchhal and huanr about this. Our current plan is the following: Current situation: -1 UMA metric counting both regular and extension renderer crashes together in one bucket -Nothing counting misc. child process crashes (utility, NaCl, worker, etc.) Changes I'll make: -The existing UMA metric will once again only count regular renderer crashes -Add 1 new UMA metric counting extension renderer crashes -Add 1 new UMA metric counting all misc. child process crashes in one bucket -Add 1 new histogram of the misc. child process crashes, with buckets for each process type (this will *not* count the extension renderer crashes). This will let us get more granular detail for the new UMA metric above. We will then add the extension renderer crashes and misc. process crashes to the stability dashboard. If anyone thinks this is a terrible plan please yell soon. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
