MCPcopy Index your code
hub / github.com/callstack/agent-device / stopSessionAppLog

Function stopSessionAppLog

src/daemon/session-teardown.ts:39–42  ·  view source on GitHub ↗
(session: SessionState)

Source from the content-addressed store, hash-verified

37}
38
39export async function stopSessionAppLog(session: SessionState): Promise<void> {
40 if (!session.appLog) return;
41 await stopAppLog(session.appLog);
42}
43
44export async function stopSessionApplePerfCapture(session: SessionState): Promise<void> {
45 if (!session.applePerf?.active) return;

Callers 2

handleCloseCommandFunction · 0.90
teardownSessionResourcesFunction · 0.85

Calls 1

stopAppLogFunction · 0.90

Tested by

no test coverage detected