Fixed
Status Update
Comments
xo...@google.com <xo...@google.com>
aa...@google.com <aa...@google.com> #2
Wrapping the text with quotes or double quotes should work. For example:
tag:"foo:bar"
See screenshot.
aa...@google.com <aa...@google.com> #3
Looks like I can make it support \:
without too much trouble.
aa...@google.com <aa...@google.com> #4
Upcoming fix will allow things like:
tag\:foo
- Match the texttag:foo
anywhere in the log entry (not the same astag:foo
tag:foo:bar
Match message where the tag containsfoo:bar
aa...@google.com <aa...@google.com>
an...@google.com <an...@google.com> #5
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug | 2024.1.3 Canary 1
- Android Gradle Plugin 8.7.0-alpha01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
Tried to add a '\' before the colon, does not work.