MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / debugLog

Function debugLog

app/src/modules/debug.js:71–81  ·  view source on GitHub ↗
(event, detail = {})

Source from the content-addressed store, hash-verified

69}
70
71export function debugLog(event, detail = {}) {
72 const payload = {
73 clientInstanceId: CLIENT_INSTANCE_ID,
74 event,
75 detail,
76 seq: ++debugLogSeq,
77 ts: new Date().toISOString(),
78 };
79 console.log('[bridge-debug]', payload);
80 if (!sendDebugPayload(payload)) queueDebugPayload(payload);
81}

Callers 11

sendFunction · 0.90
clearConversationUiFunction · 0.90
restoreSessionCacheFunction · 0.90
setWaitingFunction · 0.90
clearForegroundProbeFunction · 0.90
reconnectFromForegroundFunction · 0.90
startForegroundProbeFunction · 0.90
syncSessionStateFunction · 0.90
connectFunction · 0.90
logLifecycleEventFunction · 0.90

Calls 2

sendDebugPayloadFunction · 0.70
queueDebugPayloadFunction · 0.70

Tested by

no test coverage detected