mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1005209 - Warn anyone looking at the b2g-emulator stdout to look at logcat instead. r=dhylands
DONTBUILD
This commit is contained in:
parent
6d8cd9b1f8
commit
4393091b8f
@ -982,6 +982,11 @@ nsAppShell::Init()
|
||||
InitGonkMemoryPressureMonitoring();
|
||||
|
||||
if (XRE_GetProcessType() == GeckoProcessType_Default) {
|
||||
printf("*****************************************************************\n");
|
||||
printf("***\n");
|
||||
printf("*** This is stdout. Most of the useful output will be in logcat.\n");
|
||||
printf("***\n");
|
||||
printf("*****************************************************************\n");
|
||||
#ifdef MOZ_OMX_DECODER
|
||||
android::MediaResourceManagerService::instantiate();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user