Closed
Bug 941433
Opened 12 years ago
Closed 12 years ago
NFC Daemon could not detect tag
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 Sprint 5 - 11/22
People
(Reporter: dimi, Assigned: dimi)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•12 years ago
|
||
The root cause is that NfcTagManager have a mutex "mMutex" to prevent multiple API call at the same time.
so the mutex should only exist in API function.
If the mutex is exist in internal function, when API function call internal function, it will cause dead lock.
Attachment #8335902 -
Flags: review?(allstars.chh)
Comment on attachment 8335902 [details] [review]
playform_system_nfcd_pull_request
merged.
https://github.com/mozilla-b2g/platform_system_nfcd/commit/e4e214a9deeeaab4631becb413d70e1375831777
Attachment #8335902 -
Flags: review?(allstars.chh) → review+
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•