Bug 770915 - Make Sandbox.dump() appear in adb logcat. r=gabor

This commit is contained in:
Alexandre Poirot 2013-11-18 12:54:46 -05:00
parent 812cab8197
commit de21aaa2a1

View File

@ -108,6 +108,9 @@ SandboxDump(JSContext *cx, unsigned argc, jsval *vp)
c++;
}
#endif
#ifdef ANDROID
__android_log_write(ANDROID_LOG_INFO, "GeckoDump", cstr);
#endif
fputs(cstr, stdout);
fflush(stdout);