MCPcopy Create free account
hub / github.com/defold/defold / _log

Method _log

build_tools/build_android.py:188–189  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

186 self._env['ANDROID_SERIAL'] = self._device
187
188 def _log(self, message):
189 _log(self._log_fn, message)
190
191 def _set_context(self, cwd, configfile = None):
192 self._library_name = get_library_name(cwd)

Callers 6

_runMethod · 0.95
_push_fileMethod · 0.95
_push_source_pathMethod · 0.95
prepareMethod · 0.95
stopMethod · 0.95
run_testMethod · 0.95

Calls 1

_logFunction · 0.85

Tested by

no test coverage detected