+ [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: 齐山 <[email protected]>
Authored: Wed Jul 19 16:40:19 2017 +0800
Committer: 齐山 <[email protected]>
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;

Reply via email to