Closed
Bug 706245
Opened 13 years ago
Closed 13 years ago
Change instances of "%04x" to "0x%04x" within crash reporters
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
INVALID
People
(Reporter: drs, Unassigned)
References
Details
We have a bunch of incorrectly reported vendor and device IDs which will be formated as abcd instead of 0xabcd because of the way that they're stringified. This should be changed to be the same as all of the other stringification.
Reporter | ||
Comment 1•13 years ago
|
||
Actually, I realized with my changes in bug 704710 that this isn't an issue. We originally wanted to separate this, which I agree with, instead of fixing multiple bugs in one patch. However, I can't really separate this issue without breaking other code, since there's no stringification happening in the crash reporter anymore.
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•