Daily arc lint --take KTFMT
Reviewed By: ivanmurashko Differential Revision: D48553786 fbshipit-source-id: 269d46620ad34bd94a4df0d04ef3dfa5afbab613
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4cf63cee71
commit
c161e869d3
@@ -20,8 +20,8 @@ data class FrameworkEvent(
|
|||||||
val treeId: Id,
|
val treeId: Id,
|
||||||
val nodeId: Id,
|
val nodeId: Id,
|
||||||
val type: String,
|
val type: String,
|
||||||
val timestamp: Long, //millis since epoch
|
val timestamp: Long, // millis since epoch
|
||||||
val duration: Long?, //in Nanoseconds
|
val duration: Long?, // in Nanoseconds
|
||||||
val thread: String,
|
val thread: String,
|
||||||
val payload: Map<String, String> //can be json
|
val payload: Map<String, String> // can be json
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user