hellomotor / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

Collect app crash rate #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
is there any way to distinguish non-crash reports to get a comparison of for 
example number of crashes per number of times the application was run.  what i 
am thinking is if we always send a report when the user runs the client first 
thing and we keep this count separate from the crashes, perhaps a special 
property indicating to crashfix this is not to be stored as a crash?  it would 
not even need to include any files or screenshots etc using the 
crGenerateErrorReport() function.  It would even make sense to have a simpler 
crGenerateReport() function that does not do the application CrashCallback or 
anything and basically just sends this 'marker' of the user that can be later 
used to get crash 'rates' instead of crash 'numbers'.

historically we have only tracked the percentage of distinct IPs who crash each 
day against who has logged into our client.

Original issue reported on code.google.com by zexspect...@gmail.com on 25 Mar 2013 at 2:09

GoogleCodeExporter commented 9 years ago
As I see this, CrashRpt would automatically store an internal counter of app 
runs on user's disk, and on crash included that information to crash report. 

Original comment by zexspect...@gmail.com on 25 Mar 2013 at 2:10