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

Issue 1925183004: arc_bridge: Add more logging, plus cleanup (Closed)

Created:
4 years, 7 months ago by Luis Héctor Chávez
Modified:
4 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/a/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc_bridge: Add more logging, plus cleanup In order to better troubleshoot startup issues, add more VLOG entries and promote a couple of critical ones from VLOG(1) to VLOG(0). Also a couple of small changes: * Clean up some confusing logging statements. * Add a small delay to reconnects so that the container can finish cleaning up in case it was doing so. BUG=606081 TEST=components_unittests Committed: https://crrev.com/e143a0260007413b48e82690fdf455efbe836789 Cr-Commit-Position: refs/heads/master@{#391434}

Patch Set 1 #

Patch Set 2 : Added missing include #

Total comments: 6

Patch Set 3 : Fixed build + addressed feedback #

Patch Set 4 : More tweaking of logging levels #

Patch Set 5 : Fixed unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -35 lines) Patch
M chrome/browser/chromeos/arc/arc_auth_service.cc View 3 chunks +25 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_policy_bridge.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_settings_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/arc/arc_bridge_bootstrap.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/arc/arc_bridge_bootstrap.cc View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M components/arc/arc_bridge_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/arc_bridge_service_impl.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service_impl.cc View 1 2 3 4 6 chunks +40 lines, -3 lines 0 comments Download
M components/arc/arc_bridge_service_unittest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/net/arc_net_host_impl.cc View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 22 (9 generated)
Luis Héctor Chávez
PTAL elijahtaylor: components/arc yusukes: chrome/browser/chromeos/arc
4 years, 7 months ago (2016-04-28 23:44:34 UTC) #3
Yusuke Sato
https://codereview.chromium.org/1925183004/diff/20001/components/arc/arc_bridge_service_impl.cc File components/arc/arc_bridge_service_impl.cc (right): https://codereview.chromium.org/1925183004/diff/20001/components/arc/arc_bridge_service_impl.cc#newcode117 components/arc/arc_bridge_service_impl.cc:117: base::MessageLoop::current()->task_runner()->PostDelayedTask( What's the purpose of this change? Please mention ...
4 years, 7 months ago (2016-04-29 00:28:41 UTC) #4
Luis Héctor Chávez
https://codereview.chromium.org/1925183004/diff/20001/components/arc/arc_bridge_service_impl.cc File components/arc/arc_bridge_service_impl.cc (right): https://codereview.chromium.org/1925183004/diff/20001/components/arc/arc_bridge_service_impl.cc#newcode117 components/arc/arc_bridge_service_impl.cc:117: base::MessageLoop::current()->task_runner()->PostDelayedTask( On 2016/04/29 00:28:41, Yusuke Sato wrote: > What's ...
4 years, 7 months ago (2016-04-29 20:23:15 UTC) #6
Yusuke Sato
On 2016/04/29 20:23:15, Luis Héctor Chávez wrote: > https://codereview.chromium.org/1925183004/diff/20001/components/arc/arc_bridge_service_impl.cc > File components/arc/arc_bridge_service_impl.cc (right): > > ...
4 years, 7 months ago (2016-04-29 20:34:01 UTC) #7
Luis Héctor Chávez
gentle ping
4 years, 7 months ago (2016-05-03 19:23:20 UTC) #8
elijahtaylor1
lgtm
4 years, 7 months ago (2016-05-04 00:40:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1925183004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1925183004/80001
4 years, 7 months ago (2016-05-04 00:44:30 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/177220)
4 years, 7 months ago (2016-05-04 00:52:54 UTC) #13
Luis Héctor Chávez
cernekee PTAL components/arc/net
4 years, 7 months ago (2016-05-04 02:57:53 UTC) #15
Kevin Cernekee
lgtm
4 years, 7 months ago (2016-05-04 03:09:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1925183004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1925183004/80001
4 years, 7 months ago (2016-05-04 03:09:53 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-04 03:16:09 UTC) #20
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 03:17:59 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e143a0260007413b48e82690fdf455efbe836789
Cr-Commit-Position: refs/heads/master@{#391434}

Powered by Google App Engine
This is Rietveld 408576698