зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1288954 - Only log error if failureId is set. r=jrmuizel
MozReview-Commit-ID: HsjNnHTqaya --HG-- extra : rebase_source : 17858078f32ecb34146453441bb4f6405c30fcd9
This commit is contained in:
Родитель
1c158e3d9c
Коммит
90c16684c7
|
@ -189,6 +189,10 @@ public:
|
||||||
|
|
||||||
void logError(const char *errorMessage) override
|
void logError(const char *errorMessage) override
|
||||||
{
|
{
|
||||||
|
if (!mFailureId) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
nsCString str(errorMessage);
|
nsCString str(errorMessage);
|
||||||
Tokenizer tokenizer(str);
|
Tokenizer tokenizer(str);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче