Closed
Bug 1233002
Opened 10 years ago
Closed 10 years ago
Clean up error logs in WebConsole when a valid device is detected
Categories
(Firefox OS Graveyard :: B2gInstaller, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: gerard-majax)
References
Details
Attachments
(2 files)
STR
1. Open b2g-installer
2. Plug a regular non up-to-date flame
Results
You get the following errors logs:
> Property match failure ro.semc.product.model expected one of Array [ "D5803", "D5833" ] but got undefined about.js:753:11
> Property match failure ro.product.device expected one of Array [ "mako" ] but got flame about.js:753:11
> Property match failure ro.semc.product.model expected one of Array [ "D5803", "D5833" ] but got undefined about.js:753:11
> Property match failure ro.product.device expected one of Array [ "hammerhead" ] but got flame about.js:753:11
> Property match failure ro.product.device expected one of Array [ "mako" ] but got flame about.js:753:11
> Property match failure ro.product.device expected one of Array [ "hammerhead" ] but got flame
| Assignee | ||
Comment 1•10 years ago
|
||
That was done as part of debugging. Let's make it a console.debug() call. And we need to fix bug 1191728 of course.
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8711855 -
Flags: review?(dale)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lissyx+mozillians
| Assignee | ||
Updated•10 years ago
|
Attachment #8711855 -
Flags: review?(dale) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8713130 -
Flags: review+
| Assignee | ||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•