C-C TB: Tighter checking of InitWithFile and friends
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: ishikawa, Assigned: ishikawa)
References
Details
Attachments
(2 files, 2 obsolete files)
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
| Assignee | ||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
| Assignee | ||
Comment 4•9 years ago
|
||
| Assignee | ||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
| Assignee | ||
Comment 7•9 years ago
|
||
| Assignee | ||
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
| Assignee | ||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
| Assignee | ||
Comment 13•9 years ago
|
||
| Assignee | ||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Comment 16•9 years ago
|
||
| Assignee | ||
Comment 17•9 years ago
|
||
Comment 18•9 years ago
•
|
||
| Assignee | ||
Comment 19•9 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•6 years ago
|
||
(In reply to ISHIKAWA, Chiaki from comment #19)
...
The proper logging for "rv" is like this:
MOZ_LOG(DBLog, LogLevel::Info, ("error opening db %" PRIx32,
static_cast<uint32_t>(rv)));I meant to fix this issue of printing the |rv| value uniformly when
I refresh the patch in bug 1242030.
There are many instances and so I would like to have them fixed in one go when the
decision in bug 1242030 is made.
So you want to land this at the same time as bug 1242030 ?
| Assignee | ||
Comment 22•6 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #21)
(In reply to ISHIKAWA, Chiaki from comment #19)
...
The proper logging for "rv" is like this:
MOZ_LOG(DBLog, LogLevel::Info, ("error opening db %" PRIx32,
static_cast<uint32_t>(rv)));I meant to fix this issue of printing the |rv| value uniformly when
I refresh the patch in bug 1242030.
There are many instances and so I would like to have them fixed in one go when the
decision in bug 1242030 is made.So you want to land this at the same time as bug 1242030 ?
After 1242030 is more likely it.
This can be applied independently AFTER the patch set in 1242030 lands.
(I am planning to upload the updated patch set of bug 1242030 that has been modified to cope with clang-formated source tree REAL SOON NOW, maybe even tomorrow since it is a windfall holiday here in Japan.)
Updated•3 years ago
|
Description
•