mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
Disable compat debug info for app because of import troubles
This commit is contained in:
parent
b35e4b9b72
commit
3d8e4be498
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ import (
|
|||
"github.com/safing/portbase/config"
|
||||
"github.com/safing/portbase/database/query"
|
||||
"github.com/safing/portbase/utils/debug"
|
||||
"github.com/safing/portmaster/compat"
|
||||
"github.com/safing/portmaster/network/state"
|
||||
"github.com/safing/portmaster/process"
|
||||
"github.com/safing/portmaster/resolver"
|
||||
|
@ -99,7 +98,7 @@ func debugInfo(ar *api.Request) (data []byte, err error) {
|
|||
|
||||
// Detailed information.
|
||||
updates.AddToDebugInfo(di)
|
||||
compat.AddToDebugInfo(di)
|
||||
// compat.AddToDebugInfo(di) // TODO: Cannot use due to interception import requirement which we don't want for SPN Hubs.
|
||||
di.AddGoroutineStack()
|
||||
|
||||
// Return data.
|
||||
|
|
Loading…
Add table
Reference in a new issue