How to filter logs via processImagePath?

Solution 1:

As per Apple support response, string constants must be quoted within the predicate expression.

So the command should have syntax like:

log stream --level debug --predicate 'processImagePath contains "Google"'

See: Creating a Predicate Using a Format String at Apple Programming Guide.