Closed
Bug 798673
Opened 12 years ago
Closed 12 years ago
Renaming Bluetooth device causes Settings app to crash
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jhammink, Unassigned)
References
Details
## Environment :
Otoro phone, build 2012-10-05 us
Taken from default.xml in b2g-distro:
* "platform_build" revision= "0d6d050bc37d3167cc82a1885fd7660456bb0f4e"
* "gaia" revision= "5f7dbe06490e6b52a356e033f52fb31c0fa0e2d0"
* "releases-mozilla-central" revision= "ddc8eeb3f9b9ee04d9f74b4f60522eb4530a4a6f"
* "gonk-misc" revision= "bac8185ab931c9bc868e9bcb9b636620b8032e5e"
## Repro :
1. Launch Settings
2. Select "Bluetooth"
3. Hit "Rename my device"
4. Change the name in the field. When prompted, click "OK"
## Expected :
Control returns to settings app. App doesn't crash.
## Actual :
App crashes, briefly after returning to settings app. The following are output from logcat:
10-05 17:53:50.290: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.300: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.300: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.300: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.300: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.310: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.310: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.310: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
10-05 17:53:50.310: ERROR/GeckoConsole(105): [JavaScript Error: "TypeError: device is undefined" {file: "app://system.gaiamobile.org/js/bluetooth.js" line: 99}]
Reporter | ||
Updated•12 years ago
|
OS: Mac OS X → Gonk
Comment 1•12 years ago
|
||
Can't repro as of 10-31, marking WORKSFORME.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
Blocks: b2g-bluetooth
You need to log in
before you can comment on or make changes to this bug.
Description
•