You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "KAI TIAN (JIRA)" <ji...@apache.org> on 2018/12/04 09:12:00 UTC

[jira] [Created] (WEEX-673) [weex_core][iOS][Android] fix crash && advance RTL performance

KAI TIAN created WEEX-673:
-----------------------------

             Summary: [weex_core][iOS][Android] fix crash  && advance RTL performance
                 Key: WEEX-673
                 URL: https://issues.apache.org/jira/browse/WEEX-673
             Project: Weex
          Issue Type: Bug
          Components: Android, iOS
    Affects Versions: 0.20
            Reporter: KAI TIAN
            Assignee: YorkShen
             Fix For: 0.20


To fix android crash when call isNativeLayoutDirectionRTL by JNI, now we don't read layoutDirection manually again,only receive param which transfered by C++ -> Java. 

As we all know JNI is very slow, now we avoid call JNI method when layout, it can speedup weex render.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)