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

Issue 2949343002: Tether: record each type of host connection result. (Closed)

Created:
3 years, 6 months ago by Ryan Hansberry
Modified:
3 years, 5 months ago
Reviewers:
Kyle Horimoto
CC:
chromium-reviews, jlklein+watch-tether_chromium.org, asvitkine+watch_chromium.org, tengs+watch-tether_chromium.org, hansberry+watch-tether_chromium.org, jhawkins+watch-tether_chromium.org, oshima+watch_chromium.org, lesliewatkins+watch-tether_chromium.org, khorimoto+watch-tether_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Tether: record each type of host connection result. BUG=672263 Review-Url: https://codereview.chromium.org/2949343002 Cr-Commit-Position: refs/heads/master@{#486209} Committed: https://chromium.googlesource.com/chromium/src/+/82f5bf70aee06e7a832af55527b4543818e2e0fc

Patch Set 1 #

Patch Set 2 : Format. #

Patch Set 3 : Rebase. #

Patch Set 4 : Tether: record each type of host connection result. #

Patch Set 5 : Remove typo. #

Total comments: 16

Patch Set 6 : Reviewer comments. #

Total comments: 6

Patch Set 7 : Rebase. #

Patch Set 8 : Remove incorrect metric recording call. #

Total comments: 10

Patch Set 9 : Remove commented out code. #

Total comments: 4

Patch Set 10 : khorimoto@ comments. #

Patch Set 11 : Fix crash. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -57 lines) Patch
M chromeos/components/tether/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/components/tether/initializer.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chromeos/components/tether/initializer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -1 line 0 comments Download
A chromeos/components/tether/mock_host_connection_metrics_logger.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A chromeos/components/tether/mock_host_connection_metrics_logger.cc View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M chromeos/components/tether/network_connection_handler_tether_delegate_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M chromeos/components/tether/tether_connector.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +11 lines, -2 lines 0 comments Download
M chromeos/components/tether/tether_connector.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +63 lines, -8 lines 0 comments Download
M chromeos/components/tether/tether_connector_unittest.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +151 lines, -44 lines 0 comments Download
M chromeos/components/tether/tether_disconnector_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 27 (11 generated)
Ryan Hansberry
3 years, 5 months ago (2017-07-05 21:24:13 UTC) #4
Kyle Horimoto
https://codereview.chromium.org/2949343002/diff/80001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2949343002/diff/80001/chromeos/components/tether/tether_connector.cc#newcode180 chromeos/components/tether/tether_connector.cc:180: if (error_code == You should move this to SetConnectionFailed() ...
3 years, 5 months ago (2017-07-05 21:49:13 UTC) #5
Ryan Hansberry
https://codereview.chromium.org/2949343002/diff/80001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2949343002/diff/80001/chromeos/components/tether/tether_connector.cc#newcode180 chromeos/components/tether/tether_connector.cc:180: if (error_code == On 2017/07/05 21:49:13, Kyle Horimoto wrote: ...
3 years, 5 months ago (2017-07-07 02:33:16 UTC) #6
Kyle Horimoto
Will revisit tests once I get more clarity on the rest of your CL. https://codereview.chromium.org/2949343002/diff/80001/chromeos/components/tether/tether_connector.cc ...
3 years, 5 months ago (2017-07-07 17:06:33 UTC) #7
Ryan Hansberry
https://codereview.chromium.org/2949343002/diff/80001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2949343002/diff/80001/chromeos/components/tether/tether_connector.cc#newcode180 chromeos/components/tether/tether_connector.cc:180: if (error_code == On 2017/07/07 17:06:33, Kyle Horimoto wrote: ...
3 years, 5 months ago (2017-07-12 16:37:06 UTC) #8
Kyle Horimoto
https://codereview.chromium.org/2949343002/diff/140001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2949343002/diff/140001/chromeos/components/tether/tether_connector.cc#newcode183 chromeos/components/tether/tether_connector.cc:183: HostConnectionMetricsLogger::ConnectionToHostResult connection_to_host_result; Move this to a helper function, and ...
3 years, 5 months ago (2017-07-12 17:23:21 UTC) #9
Ryan Hansberry
https://codereview.chromium.org/2949343002/diff/140001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2949343002/diff/140001/chromeos/components/tether/tether_connector.cc#newcode183 chromeos/components/tether/tether_connector.cc:183: HostConnectionMetricsLogger::ConnectionToHostResult connection_to_host_result; On 2017/07/12 17:23:21, Kyle Horimoto wrote: > ...
3 years, 5 months ago (2017-07-12 17:51:18 UTC) #10
Kyle Horimoto
https://codereview.chromium.org/2949343002/diff/160001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2949343002/diff/160001/chromeos/components/tether/tether_connector.cc#newcode316 chromeos/components/tether/tether_connector.cc:316: } else if (error_code == You return in the ...
3 years, 5 months ago (2017-07-12 17:55:32 UTC) #11
Ryan Hansberry
https://codereview.chromium.org/2949343002/diff/160001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2949343002/diff/160001/chromeos/components/tether/tether_connector.cc#newcode316 chromeos/components/tether/tether_connector.cc:316: } else if (error_code == On 2017/07/12 17:55:32, Kyle ...
3 years, 5 months ago (2017-07-12 18:06:25 UTC) #12
Kyle Horimoto
lgtm
3 years, 5 months ago (2017-07-12 18:35:01 UTC) #13
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/2949343002/180001
3 years, 5 months ago (2017-07-12 18:36:08 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/218907)
3 years, 5 months ago (2017-07-12 21:50:52 UTC) #17
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/2949343002/180001
3 years, 5 months ago (2017-07-12 21:55:59 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/219169) chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 5 months ago (2017-07-12 22:05:14 UTC) #21
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/2949343002/200001
3 years, 5 months ago (2017-07-12 22:53:15 UTC) #24
commit-bot: I haz the power
3 years, 5 months ago (2017-07-13 01:44:53 UTC) #27
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://chromium.googlesource.com/chromium/src/+/82f5bf70aee06e7a832af55527b4...

Powered by Google App Engine
This is Rietveld 408576698