MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getBridgeLogger

Method getBridgeLogger

valdi/src/valdi/runtime/Debugger/DebuggerService.cpp:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311Ref<ILogger> DebuggerService::getBridgeLogger() const {
312 return _bridgeLogger;
313}
314
315uint32_t DebuggerService::resolveDebuggerPort(bool isStandalone) {
316 return isStandalone ? kStandaloneDebuggerPort : kMobileDebuggerPort;

Callers 2

TESTFunction · 0.80
RuntimeManagerMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64