[GitHub] [incubator-weex] zsmjhtn commented on issue #2972: Curiosity how do u develop project by using V0.26/0.24?

2020-02-23 Thread GitBox
zsmjhtn commented on issue #2972: Curiosity how do u develop project by using 
V0.26/0.24?
URL: https://github.com/apache/incubator-weex/issues/2972#issuecomment-590148564
 
 
   It works all right。只是print log方式有点“变化”
   安卓0.28 Js log 是在独立进程打印的。
   IDE 搜索log时,需要注意filter规则,不能选 show only selected application。要选择 NO filters
   这样就能找到Js log


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn commented on issue #2972: Curiosity how do u develop project by using V0.26/0.24?

2019-10-18 Thread GitBox
zsmjhtn commented on issue #2972: Curiosity how do u develop project by using 
V0.26/0.24?
URL: https://github.com/apache/incubator-weex/issues/2972#issuecomment-543637932
 
 
   > Now, console.log need switch, please see 
[console-log](https://weex.apache.org/docs/modules/console-log.html)
   
It really works. BTW, How can i use console.log() in V0.26 ? I can only 
read the weex-self log, without my customize  log


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn commented on issue #2972: Curiosity how do u develop project by using V0.26/0.24?

2019-10-17 Thread GitBox
zsmjhtn commented on issue #2972: Curiosity how do u develop project by using 
V0.26/0.24?
URL: https://github.com/apache/incubator-weex/issues/2972#issuecomment-543475854
 
 
   > I'd suggest you verify whether it works on branch `release/0.28` and you 
can build binary from source. If everything works well on `release/0.28`, then 
perhaps you can wait for that version.
   > 
   > As for the log you printed, it's a Linux SIGSEGV error. There is very 
little things we could do to make Linux SIGSEGV error more clear.
   
   When i develop my project, i can not mark mine error through  console log.
   I hava to annotate code step by step, and rebuild weex bundle for confirm  
it works correctly.
   For example, i use  "let bus = new Vue()" as   EventBus for 
Weex-Vue-Template, and it works right in V0.18.
   In V0.26, the same Weex-page throw chaos error, When i annotate the code of 
inject "$bus = new Vue()", Weex-page render successfully.
   The log have little message about Vue, only tell the weex_js_  
died/error/
   
   It is to hard to find where the bug is.
   
   I  remeber the error log about Vue  in .we file(the old weex 
version),Console log  is clearly both in compile-file and run-weex-bundle.
   
   I will try more with new version, even if  looks like first meet with Weex.
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-weex] zsmjhtn commented on issue #2972: Curiosity how do u develop project by using V0.26/0.24?

2019-10-17 Thread GitBox
zsmjhtn commented on issue #2972: Curiosity how do u develop project by using 
V0.26/0.24?
URL: https://github.com/apache/incubator-weex/issues/2972#issuecomment-543469793
 
 
   > Now, console.log need switch, please see 
[console-log](https://weex.apache.org/docs/modules/console-log.html)
   
   The web Demo throws: Failed to compile current project!
   Can u fix the error?


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:
us...@infra.apache.org


With regards,
Apache Git Services