Bug 703370 - Cleanup the console service logcat tag [r=dougt]

This commit is contained in:
Mark Finkle 2011-11-17 23:07:06 -05:00
Родитель 27dba66df7
Коммит a69218dd80
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -143,7 +143,7 @@ nsConsoleService::LogMessage(nsIConsoleMessage *message)
{
nsXPIDLString msg;
message->GetMessageMoz(getter_Copies(msg));
__android_log_print(ANDROID_LOG_ERROR, "Gecko *** Console Service *** ",
__android_log_print(ANDROID_LOG_ERROR, "GeckoConsole",
"%s",
NS_LossyConvertUTF16toASCII(msg).get());
}