DescriptionThreadWatcher - On Android, don't generate the crash dump if
StartupTimebomb goes off.
When StartupTimebomb goes off, collect the duration stats (difference
between when the timebomb went off and when it is started). We collect
this duration in terms of clock time, montonic clock time and thread CPU
time.
We wanted to see when the browser process is stopped, does
TimeTicks::Now() account for the time the browser process was stopped or
not. If the TimeTicks doesn't account this time properly, then we could
have false positive jank related crashes.
BUG=366699
R=jar@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268338
Patch Set 1 #Patch Set 2 : Disable StartupCrash on Android #
Total comments: 4
Patch Set 3 : Changes to fix jar's comments #Patch Set 4 : Fix compilation error #Messages
Total messages: 17 (0 generated)
|