Merge lp:~ted/indicator-network/apport-hook-network-state into lp:indicator-network/13.10

Proposed by Ted Gould
Status: Rejected
Rejected by: Pete Woods
Proposed branch: lp:~ted/indicator-network/apport-hook-network-state
Merge into: lp:indicator-network/13.10
Diff against target: 10 lines (+3/-0)
1 file modified
debian/source_indicator-network.py (+3/-0)
To merge this branch: bzr merge lp:~ted/indicator-network/apport-hook-network-state
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Indicator Applet Developers Pending
Review via email: mp+185945@code.launchpad.net

Commit message

Get more information on network state from apport

Description of the change

Big data, or something like it.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

284. By Ted Gould

Get some more information out of ubuntu-bug

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/source_indicator-network.py'
2--- debian/source_indicator-network.py 2013-04-24 03:40:27 +0000
3+++ debian/source_indicator-network.py 2013-09-16 22:30:25 +0000
4@@ -8,3 +8,6 @@
5 report['CrashDB'] = 'indicator_network'
6
7 attach_file_if_exists(report, os.path.join(xdg_cache_home, 'upstart', 'indicator-network.log'), 'indicator-network.log')
8+ attach_network(report);
9+ attach_wifi(report);
10+ report['NetworkManagerStatus'] = command_output(['nm-tool'])

Subscribers

People subscribed via source and target branches