mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 703370 - Cleanup the console service logcat tag (sync with birch) [r=dougt]
This commit is contained in:
parent
6f224c01aa
commit
947c65f236
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user