Closed
Bug 939052
Opened 12 years ago
Closed 12 years ago
B2G NFC: NFC socket callback prints too much log.
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 Sprint 5 - 11/22
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
Attachments
(1 file)
|
982 bytes,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
On devices without nfcd, like Unagi, emulator. ipc/nfc/Nfc.cpp will keep printing
"OnConnectSuccess"
"OnConnectError"
"OnConnectSuccess"
"OnConnectError"
"OnConnectSuccess"
"OnConnectError"
| Assignee | ||
Comment 1•12 years ago
|
||
Just filed Bug 939056 to discuss should we enable MOZ_NFC only for some dev-device.
| Assignee | ||
Comment 2•12 years ago
|
||
As :gps said we should enable NFC only when the platform supports it, see [1],
duplicate this bug with Bug 939056
[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=939056#c5
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 3•12 years ago
|
||
Reopen this bug for Bug 939056 still needs to be discussed for a while, but this error message is pain for developers.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → allstars.chh
| Assignee | ||
Comment 4•12 years ago
|
||
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 8335816 [details] [diff] [review]
Patch
Currently I enable the log message only when DEBUG flag is set.
Attachment #8335816 -
Flags: review?(vyang)
Comment 6•12 years ago
|
||
Comment on attachment 8335816 [details] [diff] [review]
Patch
Review of attachment 8335816 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you.
Attachment #8335816 -
Flags: review?(vyang) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
| Assignee | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 Sprint 5 - 11/22
You need to log in
before you can comment on or make changes to this bug.
Description
•