Github user acton393 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/1135#discussion_r184366628
  
    --- Diff: ios/sdk/WeexSDK/Sources/Bridge/WXBridgeContext.m ---
    @@ -317,6 +343,10 @@ - (void)registerGlobalFunctions
             }
             [WXTracingManager startTracingWithInstanceId:instanceId ref:nil 
className:nil name:WXTJSCall phase:WXTracingEnd functionName:@"createFinish" 
options:@{@"threadName":WXTJSBridgeThread}];
             WXPerformBlockOnComponentThread(^{
    +#ifdef DEBUG
    +            NSLog(@"test -> action: createFinish :%@",instanceId);
    --- End diff --
    
    NSLog


---

Reply via email to