Preparing search index...
The search index is not available
adb-ts
adb-ts
Logcat
Binary
Class Binary
Hierarchy (
view full
)
Logcat
.
Parser
Binary
Index
Constructors
constructor
Properties
HEADER_
SIZE_
MAX
HEADER_
SIZE_
V1
buffer
Methods
on
parse
process
Entry
Constructors
constructor
new
Binary
(
options
?
)
:
Binary
Parameters
Optional
options
:
EventEmitterOptions
Returns
Binary
Properties
Private
Readonly
HEADER_
SIZE_
MAX
HEADER_
SIZE_
MAX
:
100
= 100
Private
Readonly
HEADER_
SIZE_
V1
HEADER_
SIZE_
V1
:
20
= 20
Private
buffer
buffer
:
Buffer
= ...
Methods
on
on
(
event
,
listener
)
:
this
Parameters
event
:
"entry"
listener
:
(
(
entry
)
=>
void
)
(
entry
)
:
void
Parameters
entry
:
LogcatEntry
Returns
void
Returns
this
on
(
event
,
listener
)
:
this
Parameters
event
:
"error"
listener
:
(
(
err
)
=>
void
)
(
err
)
:
void
Parameters
err
:
Error
Returns
void
Returns
this
on
(
event
,
listener
)
:
this
Parameters
event
:
"drain"
|
"wait"
listener
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
this
parse
parse
(
chunk
)
:
void
Parameters
chunk
:
Buffer
Returns
void
Private
process
Entry
process
Entry
(
entry
,
data
)
:
void
Parameters
entry
:
LogcatEntry
data
:
Buffer
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
HEADER_
SIZE_
MAX
HEADER_
SIZE_
V1
buffer
on
parse
process
Entry
adb-ts
Loading...