mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 770915 - Make Sandbox.dump() appear in adb logcat. r=gabor
This commit is contained in:
parent
812cab8197
commit
de21aaa2a1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user