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: [email protected] With regards, Apache Git Services
