mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
Issue #21 - Remove remaining telemetry structs, callers and flags.
This commit is contained in:
parent
2564be2d79
commit
eaf9e756a0
50 changed files with 31 additions and 500 deletions
|
|
@ -724,13 +724,13 @@ nsresult nsPop3Sink::WriteLineToMailbox(const nsACString& buffer)
|
|||
nsString folderName;
|
||||
if (localFolder)
|
||||
localFolder->GetPrettiestName(folderName);
|
||||
// This merits a console message, it's poor man's telemetry.
|
||||
// This merits a console message.
|
||||
MsgLogToConsole4(
|
||||
NS_LITERAL_STRING("Unexpected file position change detected") +
|
||||
(folderName.IsEmpty() ? EmptyString() : NS_LITERAL_STRING(" in folder ")) +
|
||||
(folderName.IsEmpty() ? EmptyString() : folderName) + NS_LITERAL_STRING(". "
|
||||
"If you can reliably reproduce this, please report the steps "
|
||||
"you used to dev-apps-thunderbird@lists.mozilla.org or to bug 1308335 at bugzilla.mozilla.org. "
|
||||
"you used to the application maintainer. "
|
||||
"Resolving this problem will allow speeding up message downloads."),
|
||||
NS_LITERAL_STRING(__FILE__), __LINE__, nsIScriptError::errorFlag);
|
||||
#ifdef DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue