[GitHub] incubator-weex pull request #749: * [android] fix android new Date() cannot ...

2017-09-28 Thread yuhun-alibaba
Github user yuhun-alibaba closed the pull request at:

https://github.com/apache/incubator-weex/pull/749


---


[GitHub] incubator-weex pull request #749: * [android] fix android new Date() cannot ...

2017-09-27 Thread yuhun-alibaba
GitHub user yuhun-alibaba opened a pull request:

https://github.com/apache/incubator-weex/pull/749

  * [android] fix android new Date() cannot get accuracy time

  [ISSUE ID] https://aone.alibaba-inc.com/issue/12621307
  if we use var time = new Date(), cannot get accuracy time on some android 
platform such as nexus5, android5.0 rom.
  the root cause is miss ANDROID_ROOT envp when run jsc process, cause libc 
init exception

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yuhun-alibaba/incubator-weex 0.16-dev-bugfix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/749.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #749


commit f47c293690b116895c421c5d77f01b48b3686336
Author: yuhun-alibaba 
Date:   2017-09-27T07:45:26Z

  * [android] fix android new Date() cannot get accuracy time
  [ISSUE ID] https://aone.alibaba-inc.com/issue/12636699?from=ak;




---