Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Issue 269763002: ThreadWatcher - On Android, don't generate the crash dump if (Closed)

Created:
6 years, 7 months ago by ramant (doing other things)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, Ilya Sherman, jar (doing other things), asvitkine+watch_chromium.org, bulach, Feng Qian
Visibility:
Public.

Description

ThreadWatcher - 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -6 lines) Patch
M chrome/browser/metrics/thread_watcher.cc View 1 2 3 3 chunks +42 lines, -6 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
ramant (doing other things)
6 years, 7 months ago (2014-05-02 21:20:13 UTC) #1
jar (doing other things)
A nit/suggestion, and one question to confirm... then LGTM. https://codereview.chromium.org/269763002/diff/20001/chrome/browser/metrics/thread_watcher.cc File chrome/browser/metrics/thread_watcher.cc (left): https://codereview.chromium.org/269763002/diff/20001/chrome/browser/metrics/thread_watcher.cc#oldcode895 chrome/browser/metrics/thread_watcher.cc:895: ...
6 years, 7 months ago (2014-05-03 02:00:21 UTC) #2
ramant (doing other things)
PTAL. thanks. https://codereview.chromium.org/269763002/diff/20001/chrome/browser/metrics/thread_watcher.cc File chrome/browser/metrics/thread_watcher.cc (left): https://codereview.chromium.org/269763002/diff/20001/chrome/browser/metrics/thread_watcher.cc#oldcode895 chrome/browser/metrics/thread_watcher.cc:895: base::Bind(&base::debug::DumpWithoutCrashing)); On 2014/05/03 02:00:21, jar wrote: > ...
6 years, 7 months ago (2014-05-03 04:11:36 UTC) #3
jar (doing other things)
lgtm
6 years, 7 months ago (2014-05-05 07:06:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/269763002/60001
6 years, 7 months ago (2014-05-05 07:06:23 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-05 07:13:34 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium
6 years, 7 months ago (2014-05-05 07:13:35 UTC) #7
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 7 months ago (2014-05-05 13:39:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/269763002/60001
6 years, 7 months ago (2014-05-05 13:40:05 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-05 13:52:04 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #2). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-05 13:59:33 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-05 14:07:41 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium android_dbg on tryserver.chromium
6 years, 7 months ago (2014-05-05 14:07:42 UTC) #13
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 7 months ago (2014-05-05 17:01:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/269763002/80001
6 years, 7 months ago (2014-05-05 17:02:17 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-05 21:15:30 UTC) #16
commit-bot: I haz the power
6 years, 7 months ago (2014-05-06 00:26:31 UTC) #17
Message was sent while issue was closed.
Change committed as 268338

Powered by Google App Engine
This is Rietveld 408576698