Closed
Bug 912960
Opened 11 years ago
Closed 11 years ago
[B2G] The video device name in MediaEngineWebRTCVideoSource is not a valid UTF8 string
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: schien, Assigned: schien)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 1 obsolete file)
6.96 KB,
patch
|
schien
:
review+
|
Details | Diff | Splinter Review |
The following error log will be shown while invoking MediaEngineWebRTCVideoSource::GetName and MediaEngineWebRTCVideoSource::GetUUID.
/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../../dist/include/nsUTF8Utils.h, line 421
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../dist/include/nsUTF8Utils.h, line 68
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /Users/hellfire/workspace/hg/mozilla-central/xpcom/string/src/nsReadableUtils.cpp, line 197
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../../dist/include/nsUTF8Utils.h, line 421
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../dist/include/nsUTF8Utils.h, line 68
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /Users/hellfire/workspace/hg/mozilla-central/xpcom/string/src/nsReadableUtils.cpp, line 197
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../../dist/include/nsUTF8Utils.h, line 421
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../dist/include/nsUTF8Utils.h, line 68
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /Users/hellfire/workspace/hg/mozilla-central/xpcom/string/src/nsReadableUtils.cpp, line 197
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../../dist/include/nsUTF8Utils.h, line 421
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Not a UTF-8 string. This code should only be used for converting from known UTF-8 strings.: 'Error', file ../../dist/include/nsUTF8Utils.h, line 68
I/Gecko ( 440): [Child 440] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /Users/hellfire/workspace/hg/mozilla-central/xpcom/string/src/nsReadableUtils.cpp, line 197
Attachment #800110 -
Flags: review?(rjesup)
Updated•11 years ago
|
Attachment #800110 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 1•11 years ago
|
||
update check-in comment, carry r+
https://tbpl.mozilla.org/?tree=Try&rev=d2fbc25a1ef1
Attachment #800110 -
Attachment is obsolete: true
Attachment #800680 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•11 years ago
|
Blocks: b2g-getusermedia
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•