[Lldb-commits] [lldb] [lldb] Introduce an always-on system log category/channel (PR #108495)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 13 01:25:26 PDT 2024
================
@@ -0,0 +1,3 @@
+RUN: %lldb -o 'log list' -o 'log disable system' 2>&1 | FileCheck %s
+CHECK-NOT: Logging categories for 'system'
+CHECK: Cannot disable internal log channel 'system'.
----------------
DavidSpickett wrote:
This is bikeshedding but perhaps:
```
`system` is an internal log channel, internal channels can not be disabled.
```
Just to be extra clear that we're not just printing "internal log" for the sake of it, it's the reason why it cannot be disabled.
(...maybe I am too used to software lying to me and should relax :rofl: )
https://github.com/llvm/llvm-project/pull/108495
More information about the lldb-commits
mailing list