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

Issue 889083002: Initialize Android CrashDumpManager earlier (Closed)

Created:
5 years, 10 months ago by cjhopman
Modified:
5 years, 10 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Initialize Android CrashDumpManager earlier The CrashDumpManagerAndroid instance must be initialized before any child process is created. This change moves the initialization to PreThreadsCreate, which at the very least should be before the PROCESS_LAUNCHER thread (where the potentially evil child processes will be created). #nocrashes BUG=439322 Committed: https://crrev.com/0a0e4fddc32adad7c90f10dce2eb7c57ef652e89 Cr-Commit-Position: refs/heads/master@{#314083}

Patch Set 1 #

Total comments: 2

Patch Set 2 : s/CHECK/DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M chrome/browser/chrome_browser_main_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main_android.cc View 2 chunks +8 lines, -3 lines 0 comments Download
M components/crash/browser/crash_dump_manager_android.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
cjhopman
thestig: *
5 years, 10 months ago (2015-01-31 01:01:32 UTC) #2
Lei Zhang
https://codereview.chromium.org/889083002/diff/1/components/crash/browser/crash_dump_manager_android.cc File components/crash/browser/crash_dump_manager_android.cc (right): https://codereview.chromium.org/889083002/diff/1/components/crash/browser/crash_dump_manager_android.cc#newcode39 components/crash/browser/crash_dump_manager_android.cc:39: CHECK(!instance_); I haven't looked very hard, but are you ...
5 years, 10 months ago (2015-01-31 01:14:22 UTC) #3
cjhopman
https://codereview.chromium.org/889083002/diff/1/components/crash/browser/crash_dump_manager_android.cc File components/crash/browser/crash_dump_manager_android.cc (right): https://codereview.chromium.org/889083002/diff/1/components/crash/browser/crash_dump_manager_android.cc#newcode39 components/crash/browser/crash_dump_manager_android.cc:39: CHECK(!instance_); On 2015/01/31 01:14:22, Lei Zhang wrote: > I ...
5 years, 10 months ago (2015-01-31 01:20:48 UTC) #4
Lei Zhang
On 2015/01/31 01:20:48, cjhopman wrote: > https://codereview.chromium.org/889083002/diff/1/components/crash/browser/crash_dump_manager_android.cc > File components/crash/browser/crash_dump_manager_android.cc (right): > > https://codereview.chromium.org/889083002/diff/1/components/crash/browser/crash_dump_manager_android.cc#newcode39 > ...
5 years, 10 months ago (2015-01-31 01:49:15 UTC) #5
cjhopman
On 2015/01/31 01:49:15, Lei Zhang wrote: > On 2015/01/31 01:20:48, cjhopman wrote: > > > ...
5 years, 10 months ago (2015-01-31 01:57:52 UTC) #6
Lei Zhang
Got it, LGTM
5 years, 10 months ago (2015-01-31 02:09:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/889083002/20001
5 years, 10 months ago (2015-01-31 02:12:52 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_gn_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_gn_rel/builds/3623)
5 years, 10 months ago (2015-01-31 08:42:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/889083002/20001
5 years, 10 months ago (2015-02-01 04:09:49 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-01 05:41:56 UTC) #14
commit-bot: I haz the power
5 years, 10 months ago (2015-02-01 05:42:55 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0a0e4fddc32adad7c90f10dce2eb7c57ef652e89
Cr-Commit-Position: refs/heads/master@{#314083}

Powered by Google App Engine
This is Rietveld 408576698