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

Issue 3576011: Cashew: track cellular service state. (Closed)

Created:
10 years, 2 months ago by Vince Laviano
Modified:
9 years ago
CC:
chromium-os-reviews_chromium.org, Vince Laviano
Visibility:
Public.

Description

Cashew: track cellular service state. BUG=chromium-os:7190 TEST=libcros/monitor_network and manual testing, observing cashew logs Change-Id: I60a175f72dc665e12ab0eaa1c87054ad4c2dfe8b Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=f727fe5

Patch Set 1 #

Total comments: 4

Patch Set 2 : Support Flimflam ACTIVATION_FAILURE service state #

Patch Set 3 : Handle dbus-c++ exceptions #

Patch Set 4 : Make debug logging less verbose #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1371 lines, -69 lines) Patch
M Makefile.am View 1 chunk +1 line, -1 line 0 comments Download
M configure.ac View 1 chunk +1 line, -0 lines 0 comments Download
A extrospection/Makefile.am View 1 chunk +8 lines, -0 lines 0 comments Download
A extrospection/flimflam-device.xml View 1 chunk +29 lines, -0 lines 0 comments Download
A extrospection/flimflam-manager.xml View 1 chunk +86 lines, -0 lines 0 comments Download
A extrospection/flimflam-service.xml View 1 chunk +39 lines, -0 lines 0 comments Download
M introspection/cashew.xml View 3 chunks +11 lines, -1 line 0 comments Download
M src/Makefile.am View 2 chunks +27 lines, -3 lines 0 comments Download
M src/cashew_server.h View 2 chunks +12 lines, -12 lines 0 comments Download
M src/cashew_server.cc View 1 2 3 2 chunks +38 lines, -49 lines 0 comments Download
A src/data_plan.h View 1 chunk +103 lines, -0 lines 0 comments Download
A src/data_plan.cc View 1 chunk +102 lines, -0 lines 0 comments Download
A src/device.h View 1 chunk +82 lines, -0 lines 0 comments Download
A src/device.cc View 1 2 3 1 chunk +159 lines, -0 lines 0 comments Download
M src/main.cc View 4 chunks +20 lines, -3 lines 0 comments Download
A src/service.h View 1 1 chunk +132 lines, -0 lines 0 comments Download
A src/service.cc View 1 2 3 1 chunk +277 lines, -0 lines 0 comments Download
A src/service_manager.h View 1 chunk +73 lines, -0 lines 0 comments Download
A src/service_manager.cc View 1 2 3 1 chunk +171 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jason Glasgow
http://codereview.chromium.org/3576011/diff/1/17 File src/service.cc (right): http://codereview.chromium.org/3576011/diff/1/17#newcode28 src/service.cc:28: static const char* kFlimflamServiceStateFailure = "failure"; need activation_failure (or ...
10 years, 2 months ago (2010-10-05 19:55:30 UTC) #1
Vince Laviano
http://codereview.chromium.org/3576011/diff/1/17 File src/service.cc (right): http://codereview.chromium.org/3576011/diff/1/17#newcode28 src/service.cc:28: static const char* kFlimflamServiceStateFailure = "failure"; On 2010/10/05 19:55:30, ...
10 years, 2 months ago (2010-10-06 00:31:32 UTC) #2
Vince Laviano
I discovered during testing that Cashew receives SIGABRT when it makes a D-Bus GetProperties() method ...
10 years, 2 months ago (2010-10-06 04:17:50 UTC) #3
Jason Glasgow
LGTM. It would be better to fix dbus-C++ so that our code can follow Google ...
10 years, 2 months ago (2010-10-06 18:23:12 UTC) #4
Jason Glasgow
10 years, 2 months ago (2010-10-06 20:42:04 UTC) #5
LGTM (for the changes that make logging less verbose)

Powered by Google App Engine
This is Rietveld 408576698