Closed
Bug 980259
Opened 11 years ago
Closed 11 years ago
B2G: Dynamic enable network related debug log
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S1 (9may)
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(1 file, 1 obsolete file)
1.98 KB,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
Currently, we encounter some issues that need to enable network related debug log to help to clarify. If we could have a mechanism to enable those log dynamically, that will be great.
We could add a preference, 'network.debugging.enabled' to control the debug log of network, just like the mechanism in ril and mms.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → echen
Component: RIL → General
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
How to use,
1). Add pref('network.debugging.enabled', true) in /system/b2g/defaults/pref/user.js
2). Restart b2g or reboot device.
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8403784 [details] [diff] [review]
WIP, Patch, v1
Hi Vincent, may I have your review? Thank you.
Attachment #8403784 -
Flags: review?(vchang)
Assignee | ||
Updated•11 years ago
|
Component: General → RIL
Comment 4•11 years ago
|
||
Comment on attachment 8403784 [details] [diff] [review]
WIP, Patch, v1
Review of attachment 8403784 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Thank you.
Attachment #8403784 -
Flags: review?(vchang) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
Add r=vchang in commit message after r+.
Attachment #8403784 -
Attachment is obsolete: true
Attachment #8405750 -
Flags: review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.5 S1 (9may)
You need to log in
before you can comment on or make changes to this bug.
Description
•