Improve System Trace Implementation #trivial (#368)

* Improve the kdebug, system trace integration

* Remove superseded subsystem

* Address review comments

* Please the license header gods

* Address harder

* Fix node block retaining collection view
This commit is contained in:
Adlai Holler
2017-06-19 10:14:39 -07:00
committed by GitHub
parent 5f42f9354f
commit 4829a8643d
16 changed files with 209 additions and 102 deletions

View File

@@ -10,7 +10,6 @@
//
#import "ASTextDebugOption.h"
#import <libkern/OSAtomic.h>
#import <pthread.h>
static pthread_mutex_t _sharedDebugLock;