Closed
Bug 758097
Opened 13 years ago
Closed 13 years ago
WARNING: NS_ENSURE_TRUE(rv) failed: file /Volumes/mac/moz/b2ggecko/hal/gonk/GonkSwitch.cpp, line 131
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: gwagner, Assigned: cyu)
References
Details
Attachments
(1 file)
852 bytes,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
Gecko in debug build on device during startup.
Multiple instances of:
WARNING: NS_ENSURE_TRUE(rv) failed: file /Volumes/mac/moz/b2ggecko/hal/gonk/GonkSwitch.cpp, line 131
Assignee | ||
Comment 1•13 years ago
|
||
SwitchEventObserver::GetEventInfo() could receive events that are not of interest and return false. Fix the warning in debug build by not using NS_ENSURE_TRUE() but instead checking it directly.
Assignee: nobody → cyu
Attachment #626758 -
Flags: review?(mwu)
Updated•13 years ago
|
Attachment #626758 -
Flags: review?(mwu) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla15
Updated•13 years ago
|
Keywords: checkin-needed
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•