Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/gapid
/ dbg
Function
dbg
core/java/jdwp/debug.go:19–24 ·
view source on GitHub ↗
(msg string, args ...interface{})
Source
from the content-addressed store, hash-verified
17
import
"fmt"
18
19
func
dbg(msg string, args ...
interface
{}) {
20
const
enabled = false
21
if
enabled {
22
fmt.Println(fmt.Sprintf(msg, args...))
23
}
24
}
Callers
3
recv
Method · 0.70
req
Method · 0.70
wait
Method · 0.70
Calls
1
Println
Method · 0.45
Tested by
no test coverage detected