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

Issue 86523005: Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the presubmit check. (Closed)

Created:
7 years ago by weitao
Modified:
7 years ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, dcheng, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the presubmit check. This won't spam the chrome output because the chromoting host code doesn't run in the chrome processes. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237431

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : Renaming LOG_INFO to HOST_LOG #

Total comments: 2

Patch Set 5 : Remove usage of HOST_LOG in unit test. #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -66 lines) Patch
M PRESUBMIT.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A remoting/base/logging.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/client_session.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M remoting/host/curtain_mode_linux.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/desktop_resizer_linux.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/desktop_resizer_mac.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/dns_blackhole_checker.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/heartbeat_sender.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/host_status_sender.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/host_status_sender_unittest.cc View 1 2 3 4 5 4 chunks +1 line, -5 lines 0 comments Download
M remoting/host/input_injector_linux.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/it2me/it2me_host.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/linux/x_server_clipboard.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/pam_authorization_factory_posix.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/plugin/host_log_handler.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M remoting/host/plugin/host_script_object.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 13 chunks +15 lines, -15 lines 0 comments Download
M remoting/host/signaling_connector.cc View 1 2 3 9 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
weitao
7 years ago (2013-11-26 02:02:38 UTC) #1
Sergey Ulanov
https://codereview.chromium.org/86523005/diff/20001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/86523005/diff/20001/PRESUBMIT.py#newcode836 PRESUBMIT.py:836: r"^base[\\\/]remoting[\\\/]logging\.h$",)) remoting/base/logging.h https://codereview.chromium.org/86523005/diff/20001/remoting/base/logging.h File remoting/base/logging.h (right): https://codereview.chromium.org/86523005/diff/20001/remoting/base/logging.h#newcode14 remoting/base/logging.h:14: #define ...
7 years ago (2013-11-26 02:58:57 UTC) #2
weitao
https://codereview.chromium.org/86523005/diff/20001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/86523005/diff/20001/PRESUBMIT.py#newcode836 PRESUBMIT.py:836: r"^base[\\\/]remoting[\\\/]logging\.h$",)) On 2013/11/26 02:58:59, Sergey Ulanov wrote: > remoting/base/logging.h ...
7 years ago (2013-11-26 18:06:08 UTC) #3
weitao
Sergey, PTAL. Joi, could you please review the change in PRESUBMIT.py? I need to white ...
7 years ago (2013-11-26 19:26:20 UTC) #4
Sergey Ulanov
LGTM. Thanks! https://codereview.chromium.org/86523005/diff/50001/remoting/host/host_status_sender_unittest.cc File remoting/host/host_status_sender_unittest.cc (right): https://codereview.chromium.org/86523005/diff/50001/remoting/host/host_status_sender_unittest.cc#newcode91 remoting/host/host_status_sender_unittest.cc:91: HOST_LOG << stanza->Str(); I don't think we ...
7 years ago (2013-11-26 19:56:27 UTC) #5
weitao
M-A Ruel, could you please review my change in PRESUBMIT.py?
7 years ago (2013-11-26 19:59:01 UTC) #6
weitao
https://codereview.chromium.org/86523005/diff/50001/remoting/host/host_status_sender_unittest.cc File remoting/host/host_status_sender_unittest.cc (right): https://codereview.chromium.org/86523005/diff/50001/remoting/host/host_status_sender_unittest.cc#newcode91 remoting/host/host_status_sender_unittest.cc:91: HOST_LOG << stanza->Str(); On 2013/11/26 19:56:28, Sergey Ulanov wrote: ...
7 years ago (2013-11-26 20:03:04 UTC) #7
M-A Ruel
presubmit lgtm
7 years ago (2013-11-26 20:18:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weitaosu@chromium.org/86523005/70001
7 years ago (2013-11-26 20:19:17 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=195436
7 years ago (2013-11-26 20:35:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weitaosu@chromium.org/86523005/90001
7 years ago (2013-11-26 21:16:27 UTC) #11
commit-bot: I haz the power
7 years ago (2013-11-26 23:19:52 UTC) #12
Message was sent while issue was closed.
Change committed as 237431

Powered by Google App Engine
This is Rietveld 408576698