Closed
Bug 976455
Opened 11 years ago
Closed 11 years ago
Enabling wifi debug log breaks wifi due to the undefined |p2pManager|
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(b2g-v1.4 fixed)
RESOLVED
FIXED
1.4 S2 (28feb)
| Tracking | Status | |
|---|---|---|
| b2g-v1.4 | --- | fixed |
People
(Reporter: hchang, Assigned: hchang)
References
Details
Attachments
(1 file)
|
1.02 KB,
patch
|
vchang
:
review+
dougc
:
feedback+
|
Details | Diff | Splinter Review |
In WifiWorker.js::syncDebug, we should check if p2p supported and p2pManager before calling p2pManager.setDebug(DEBUG).
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → hchang
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
QA Contact: hchang
Comment 3•11 years ago
|
||
Comment on attachment 8381227 [details] [diff] [review]
Bug976455.patch
Review of attachment 8381227 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thank you.
Attachment #8381227 -
Flags: review+
Comment 4•11 years ago
|
||
Hi henry, can you help to check if we need to nominate this to 1.3 ?
| Assignee | ||
Comment 5•11 years ago
|
||
There is no p2p code in 1.3 so 1.3 is safe! Thanks.
Comment 6•11 years ago
|
||
Comment on attachment 8381227 [details] [diff] [review]
Bug976455.patch
Review of attachment 8381227 [details] [diff] [review]:
-----------------------------------------------------------------
Solves crashes at b2g startup with wifi debugging enabled here, thank you.
Attachment #8381227 -
Flags: feedback+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.4 S2 (28feb)
| Assignee | ||
Comment 10•11 years ago
|
||
(In reply to Doug Turner (:dougt) from comment #9)
> we need this for Tarako
Hi Doug,
I've checked branch 1.3T http://hg.mozilla.org/releases/mozilla-b2g28_v1_3t/file/aa0a08ae26cb/dom/wifi
and it seems no need of this patch (as well as bug 976452) Thanks!
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•