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

[24/50] incubator-weex git commit: + [ios] provide isTracing method

+ [ios] provide isTracing method


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

Branch: refs/heads/0.16-dev
Commit: 82e5421f6224ebd5364ac14d81dba0ce4850128e
Parents: 26c36c9
Author: 齐山 <su...@163.com>
Authored: Wed Jul 19 16:40:19 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Wed Jul 19 16:40:19 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/82e5421f/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
index 37e4d28..22d0286 100644
--- a/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
+++ b/ios/sdk/WeexSDK/Sources/Manager/WXTracingManager.h
@@ -74,6 +74,7 @@ typedef enum : NSUInteger {
 @end
 
 @interface WXTracingManager : NSObject
++(BOOL)isTracing;
 +(void)switchTracing:(BOOL)isTracing;
 +(void)startTracing:(NSString *)iid ref:(NSString*)ref parentRef:(NSString*)parentRef className:(NSString *)className name:(NSString *)name ph:(NSString *)ph fName:(NSString *)fName parentId:(NSString *)parentId;
 +(WXTracingTask*)getTracingData;