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

Function stopAppLog

src/daemon/app-log.ts:427–430  ·  view source on GitHub ↗
(appLog: AppLogResult)

Source from the content-addressed store, hash-verified

425}
426
427export async function stopAppLog(appLog: AppLogResult): Promise<void> {
428 await appLog.stop();
429 await waitForChildExit(appLog.wait);
430}
431
432export function appendAppLogMarker(outPath: string, marker: string): void {
433 ensureLogPath(outPath);

Callers 3

stopSessionAppLogFunction · 0.90
handleLogsClearFunction · 0.90
handleLogsStopFunction · 0.90

Calls 1

waitForChildExitFunction · 0.90

Tested by

no test coverage detected