You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/07/16 03:54:14 UTC

[GitHub] [incubator-weex] YorkShen commented on issue #2668: [Android] Native can`t print “console log” to java where weex version is 0.26(java)

YorkShen commented on issue #2668: [Android] Native can`t print “console log” to java where weex version is 0.26(java)
URL: https://github.com/apache/incubator-weex/issues/2668#issuecomment-511654471
 
 
   As there is no JNI environment in subprocess, the C++ -> JAVA message channel will not work without IPC.
   
   However, you can just print log by `console.error` or`console.warn`, `console.info` instead of `console.log` in weex 0.26
   
   We shall make IPC chanel in next version to make `console.log` work as expected.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services