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/08/02 08:04:49 UTC

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

shenhuniurou 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-517602314
 
 
   > 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.
   
   But `console.error`  `console.warn`  `console.info` all doesn't work in weex 0.26 now

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