Return to problem list

ID: 6301601

URL: rdar://problem/6301601

Title: Console has no 'does not contain' criterion for database queries

Originated Date: 17-Oct-2008

State: Duplicate/5039022

Fixed? Yes

Attachments:

Description:

Summary: There's no way to specify a 'does not contain' criterion for log database queries. In Tiger, I used to keep Console open all the time to watch for problems, but in Leopard, Xcode sends constant spam 'malloc' errors to the console logs. I would like to filter out these messages, while still being able to see all other messages, including other messages from Xcode. Thus, I would like to create a database query such as Message, does not contain, "malloc: free_garbage". Steps to Reproduce: 1. Launch Console. 2. Open the File menu. 3. From the File menu, select New Log Database Query... 4. Select "Message" in the first popup. 5. Open the second popup. Expected Results: I expected the menu of options to include "does not contain". Actual Results: The menu of options does not include "does not contain".

Return to problem list