Closed
Bug 966175
Opened 11 years ago
Closed 11 years ago
NetworkUtils sends wrong message to netd in setQuota function
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-b2g:1.3T+, b2g-v1.3T fixed)
| Tracking | Status | |
|---|---|---|
| b2g-v1.3T | --- | fixed |
People
(Reporter: albert, Assigned: dimi)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
1.70 KB,
patch
|
vchang
:
review+
|
Details | Diff | Splinter Review |
|
1.66 KB,
patch
|
Details | Diff | Splinter Review |
NetworkStats alarms stop working since net worker rewrite bug 864931 landed because wrong long long integer assignation in setQuota.
From logcat:
D/NetworkUtils( 134): Sending 'bandwidth setiquota rmnet0 0' command to netd.
E/BandwidthController( 135): Invalid bytes value. 1..max_int64.
D/NetworkUtils( 134): Receiving "bandwidth setiquota rmnet0 0" command response from netd.
D/NetworkUtils( 134): ==> Code: 400 Reason: Bandwidth command failed
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → acperez
| Reporter | ||
Updated•11 years ago
|
Keywords: regression
| Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8368417 -
Flags: review?(vchang)
Comment 2•11 years ago
|
||
Comment on attachment 8368417 [details] [diff] [review]
Patch
Review of attachment 8368417 [details] [diff] [review]:
-----------------------------------------------------------------
Hi Albert, thanks for you help to fix this. Happy Chinese Year !!!
Attachment #8368417 -
Flags: review?(vchang) → review+
| Reporter | ||
Comment 3•11 years ago
|
||
Happy horse new year! :)
| Reporter | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C3/1.4 S3(31jan)
Updated•11 years ago
|
blocking-b2g: 1.3T? → 1.3T+
Updated•11 years ago
|
status-b2g-v1.3T:
--- → ?
| Assignee | ||
Updated•11 years ago
|
Assignee: acperez → dlee
| Assignee | ||
Comment 7•11 years ago
|
||
Updated•11 years ago
|
Comment 8•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•