mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 10:49:24 +02:00
chore: format code with prettier
This commit is contained in:
parent
6f1be248fb
commit
6ada4a7a06
77 changed files with 459 additions and 283 deletions
|
@ -104,7 +104,7 @@ export const LoggerEntry = new Struct({ littleEndian: true })
|
|||
},
|
||||
});
|
||||
|
||||
export type LoggerEntry = typeof LoggerEntry["TDeserializeResult"];
|
||||
export type LoggerEntry = (typeof LoggerEntry)["TDeserializeResult"];
|
||||
|
||||
// https://cs.android.com/android/platform/superproject/+/master:system/logging/liblog/logprint.cpp;drc=bbe77d66e7bee8bd1f0bc7e5492b5376b0207ef6;bpv=0
|
||||
export interface AndroidLogEntry extends LoggerEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue