-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filter not support regular expression #56
Comments
ps. when i run update_xcode_plugins, the console show regular expression, but when run the project, xcode crash cause MCLog. |
the crash log is: PlugIn Path: /Users/USER/Library/Application Support/Developer/*/MCLog Date/Time: 2017-10-11 17:49:46.306 +0800 Sleep/Wake UUID: C2B773E0-5D6F-46B4-9986-1AF0580F38F8 Time Awake Since Boot: 42000 seconds System Integrity Protection: disabled Crashed Thread: 1 Dispatch queue: io.michaelchen.mclog.buffer-queue Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 VM Regions Near 0x2: Application Specific Information: Thread 0:: Dispatch queue: com.apple.main-thread Thread 1 Crashed:: Dispatch queue: io.michaelchen.mclog.buffer-queue Thread 2: Thread 3: Thread 4:: com.apple.CFSocket.private Thread 5:: Dispatch queue: -[IDEExecutionEnvironment initWithWorkspaceArena:] :: -[DVTOperationGroup init] (QOS: USER_INTERACTIVE) Thread 6: Thread 7:: com.apple.NSURLConnectionLoader Thread 8: Thread 9:: com.apple.NSEventThread Thread 10:: DYMobileDeviceManager Thread 11: Thread 12: Thread 13: Thread 14: Thread 15: Thread 16:: Dispatch queue: DVTOperationGroup: -[DVTOperationGroup init] :: -[DVTOperationGroup init] (QOS: USER_INTERACTIVE) Thread 17:: Connection::RunLoop() packet reading thread Thread 18:: IOReader::ReadThread() for fd 47 Thread 19: Thread 20: Thread 21: Thread 22:: <DBGLLDBSessionThread (pid=30211)> Thread 1 crashed with X86 Thread State (64-bit): Logical CPU: 2 Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) |
The filter is just filter string not support regular expression.
My xcode version is 9, and the MClog is the latest.
The text was updated successfully, but these errors were encountered: