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

Issue 2769823003: Revert of Add enable_ipc_logging build argument (Closed)

Created:
3 years, 9 months ago by findit-for-me
Modified:
3 years, 9 months ago
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, Peter Beverloo
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of https://codereview.chromium.org/2770653002/ ) Reason for revert: Findit identified CL at revision 459094 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzc2ODkwZWMxMWU3NDAyNTkxZDFjOWFkZDUzM2Q0ZTYxYzMwZjhlMDgM Original issue's description: > Add enable_ipc_logging build argument > > Implement a build option to enable the IPC logging system > in release builds. It's useful to save time and resources when > debugging IPC communication (e.g. in automated testing > environments). > > It also turns IPC_MESSAGE_LOG_ENABLED macro to a build flag. > > BUG= > > Review-Url: https://codereview.chromium.org/2770653002 > Cr-Commit-Position: refs/heads/master@{#459094} > Committed: https://chromium.googlesource.com/chromium/src/+/76890ec11e7402591d1c9add533d4e61c30f8e08 TBR=rockot@chromium.org,cpu@chromium.org,jam@chromium.org,kenrb@chromium.org,davidsz@inf.u-szeged.hu # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -68 lines) Patch
M AUTHORS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/logging_chrome.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/service/service_ipc_server.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/browser_ipc_logging.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_thread_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/child/child_thread_impl.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M content/common/child_process_host_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/common/child_process_messages.h View 2 chunks +1 line, -2 lines 0 comments Download
M content/common/content_ipc_logging.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M content/public/browser/browser_ipc_logging.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/common/content_ipc_logging.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/shell/app/shell_main_delegate.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ipc/BUILD.gn View 2 chunks +0 lines, -13 lines 0 comments Download
M ipc/ipc_channel_nacl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ipc/ipc_channel_proxy.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M ipc/ipc_channel_reader.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_logging.h View 3 chunks +5 lines, -5 lines 0 comments Download
M ipc/ipc_logging.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ipc/ipc_message.h View 3 chunks +6 lines, -3 lines 0 comments Download
M ipc/ipc_message.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_sync_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/nacl_irt/irt_ppapi.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
findit-for-me
Created Revert of Add enable_ipc_logging build argument
3 years, 9 months ago (2017-03-23 16:30:50 UTC) #1
findit-for-me
Sheriffs: Please confirm and commit this reverting CL if it is the right fix. The ...
3 years, 9 months ago (2017-03-23 16:30:51 UTC) #3
stgao
On 2017/03/23 16:30:51, findit-for-me wrote: > Sheriffs: > > Please confirm and commit this reverting ...
3 years, 9 months ago (2017-03-23 17:41:58 UTC) #4
Ken Rockot(use gerrit already)
On 2017/03/23 at 17:41:58, stgao wrote: > On 2017/03/23 16:30:51, findit-for-me wrote: > > Sheriffs: ...
3 years, 9 months ago (2017-03-23 17:44:55 UTC) #6
Ken Rockot(use gerrit already)
On 2017/03/23 at 17:44:55, Ken Rockot wrote: > On 2017/03/23 at 17:41:58, stgao wrote: > ...
3 years, 9 months ago (2017-03-23 17:48:23 UTC) #7
stgao
On 2017/03/23 17:48:23, Ken Rockot wrote: > On 2017/03/23 at 17:44:55, Ken Rockot wrote: > ...
3 years, 9 months ago (2017-03-23 18:51:50 UTC) #8
Ken Rockot(use gerrit already)
On 2017/03/23 at 18:51:50, stgao wrote: > On 2017/03/23 17:48:23, Ken Rockot wrote: > > ...
3 years, 9 months ago (2017-03-23 19:05:21 UTC) #9
Ken Rockot(use gerrit already)
I'm going to land this revert as the change is causing more flake now. We ...
3 years, 9 months ago (2017-03-23 20:13:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2769823003/1
3 years, 9 months ago (2017-03-23 20:14:24 UTC) #12
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 20:14:26 UTC) #14
No L-G-T-M from a valid reviewer yet.
CQ run can only be started once the patch has received an L-G-T-M from a full
committer.
Even if an L-G-T-M may have been provided, it was from a non-committer,_not_ a
full super star committer.
Committers are members of the group "project-chromium-committers".
Note that this has nothing to do with OWNERS files.

Powered by Google App Engine
This is Rietveld 408576698