Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ _log
Function
_log
build_tools/build_android.py:25–27 ·
view source on GitHub ↗
(log_fn, message)
Source
from the content-addressed store, hash-verified
23
24
25
def
_log(log_fn, message):
26
if
log_fn:
27
log_fn(message)
28
29
30
def
_find_adb_candidates(env = None):
Callers
3
get_reverse_port
Function · 0.85
can_run_tests_android
Function · 0.85
_log
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected