Results 3 issues of zays

我刚打开app,内存一下从3m多飙升到了90多m,随便点几下就outOfMemory了。 ![image](https://cloud.githubusercontent.com/assets/15099256/21838522/5b50b9b8-d80d-11e6-9d50-f32d0b57be8e.png)

集成需要so包吗?现在没有so包报错。 java.lang.UnsatisfiedLinkError: Native method not found: com.taobao.gcanvas.GCanvasJNI.newCanvas:(Ljava/lang/String;I)V at com.taobao.gcanvas.GCanvasJNI.newCanvas(Native Method) at com.taobao.gcanvas.GCanvasRenderer.(GCanvasRenderer.java:91) at com.taobao.gcanvas.GCanvasView.(GCanvasView.java:64) at com.cuju.weex.component.view.gcanvas.WXGCanvasGLSurfaceView.(WXGCanvasGLSurfaceView.java:21) at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:53) at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:17) at com.taobao.weex.ui.component.WXComponent.createViewImpl(WXComponent.java:875) at com.taobao.weex.ui.component.WXComponent.createView(WXComponent.java:869) at com.taobao.weex.ui.component.WXVContainer.createChildViewAt(WXVContainer.java:255) at com.taobao.weex.dom.action.AddElementAction.executeRender(AddElementAction.java:102) at com.taobao.weex.dom.RenderActionTask.execute(RenderActionTask.java:39)...

I‘v changed digits “isRotated = true" in MongolTextLine.java,the numbers became vertical but not perform well. How to make digit's orientation to vertical and performs well ?