Bug 703370 - Cleanup the console service logcat tag (sync with birch) [r=dougt]

This commit is contained in:
Mark Finkle 2011-11-17 23:07:06 -05:00
parent 6f224c01aa
commit 947c65f236

View File

@ -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());
}