mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 10:49:24 +02:00
feat(demo): add smart auto scroll to grid
This commit is contained in:
parent
12a991eab8
commit
76fd15c46b
2 changed files with 19 additions and 2 deletions
|
@ -168,7 +168,7 @@ export class Logcat extends AdbCommandBase {
|
|||
...(options?.pid ? ['--pid', options.pid.toString()] : []),
|
||||
...(options?.ids ? ['-b', Logcat.joinLogId(options.ids)] : [])
|
||||
], {
|
||||
// PERF: None protocol is 25% faster then Shell protocol
|
||||
// PERF: None protocol is 150% faster then Shell protocol
|
||||
protocols: [AdbSubprocessNoneProtocol],
|
||||
});
|
||||
bufferedStream = new BufferedStream(stdout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue