You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by kf...@apache.org on 2017/07/24 09:37:13 UTC

[06/24] incubator-weex git commit: + [ios] update code

+ [ios] update code


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/e3409914
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/e3409914
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/e3409914

Branch: refs/heads/0.15-dev
Commit: e34099147a2eb64b8caaecb5d6c1f72c0bfb9041
Parents: b072e4f
Author: 齐山 <su...@163.com>
Authored: Wed Jul 5 22:32:39 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Wed Jul 5 22:32:39 2017 +0800

----------------------------------------------------------------------
 ios/playground/WeexDemo/WXDemoViewController.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/e3409914/ios/playground/WeexDemo/WXDemoViewController.m
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/WXDemoViewController.m b/ios/playground/WeexDemo/WXDemoViewController.m
index e419e51..bec41f9 100644
--- a/ios/playground/WeexDemo/WXDemoViewController.m
+++ b/ios/playground/WeexDemo/WXDemoViewController.m
@@ -147,7 +147,7 @@
     _instance.renderFinish = ^(UIView *view) {
          WXLogDebug(@"%@", @"Render Finish...");
         dispatch_async(dispatch_get_main_queue(), ^{
-            [WXTracingManager startTracing:weakSelf.instance.instanceId ref:nil parentRef:nil className:nil name:nil ph:WXTracingInstant fName:WXTracingRenderFinish parentId:nil];
+            [WXTracingManager startTracing:weakSelf.instance.instanceId ref:nil parentRef:nil className:nil name:nil ph:WXTracingInstant fName:WXTRenderFinish parentId:nil];
             [WXTracingManager getTracingData:weakSelf.instance.instanceId];
         });
         [weakSelf updateInstanceState:WeexInstanceAppear];