Skip to content

Commit 0e506d7

Browse files
authored
Merge pull request #12 from kfeagle/tracing-dev
add load
2 parents 13b9c8b + 66bbc49 commit 0e506d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Devtools/WXDevtool/WXDevTool/Source/WXTracing/WXTracingViewControllerManager.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ + (instancetype) sharedInstance{
4242
return instance;
4343
}
4444

45-
//+ (void)load
46-
//{
47-
// [self loadTracingView];
48-
//}
45+
+ (void)load
46+
{
47+
[self loadTracingView];
48+
}
4949

5050
+(void)loadTracingView
5151
{

0 commit comments

Comments
 (0)