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

This commit is contained in:
Anup Kumar 2014-07-09 23:15:00 -04:00
parent 71fc097b08
commit 4339f14aa2

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