Bug 1005209 - Warn anyone looking at the b2g-emulator stdout to look at logcat instead. r=dhylands

DONTBUILD
This commit is contained in:
Anup Kumar 2014-07-09 23:15:00 -04:00
parent 3d6e60eef3
commit 3fbe66a4ae

View File

@ -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