Closed
Bug 1166469
Opened 11 years ago
Closed 11 years ago
[Flatfish] 'class mozilla::dom::bluetooth::BluetoothHfpManager' has no member named 'HandleBackendError'
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
2.2 S13 (29may)
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: yousef, Assigned: shawnjohnjr)
References
Details
Attachments
(1 file, 1 obsolete file)
When building for Flatfish, I get this error.
https://pastebin.mozilla.org/8833984
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → shuang
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8608514 -
Flags: review?(btian)
Comment 2•11 years ago
|
||
Comment on attachment 8608514 [details] [diff] [review]
bug1166469-mc.patch
Review of attachment 8608514 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with comment addressed.
::: dom/bluetooth/bluedroid/hfp-fallback/BluetoothHfpManager.cpp
@@ +204,5 @@
> +/*
> + * Reset connection state and audio state to DISCONNECTED to handle backend
> + * error. The state change triggers UI status bar update as ordinary bluetooth
> + * turn-off sequence.
> + */
Move this section into function body as TODO.
BluetoothHfpManager::HandleBackendError()
{
/**
* TODO:
* Reset connection state and audio state ...
...
*/
}
Attachment #8608514 -
Flags: review?(btian) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8608514 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Attachment #8609167 -
Attachment description: bug1166469-mc.patch → Bug 1166469 - Add HandleBackendError for hfp-fallback product, r=btian
| Assignee | ||
Comment 4•11 years ago
|
||
Because try-server won't build tablet project, ignore push to try-server.
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S13 (29may)
You need to log in
before you can comment on or make changes to this bug.
Description
•