UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

9 lines 261 B
import Command from '../../command.js'; export default class LogCommand extends Command { async execute(name) { await this._send(`log:${name}`); await this.readOKAY(); return this.parser.raw(); } } //# sourceMappingURL=log.js.map