Add missing trace log packs
This commit is contained in:
parent
27cb88d88e
commit
881877b23e
2 changed files with 8 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ enum class TraceLogPack(val key: String) {
|
|||
},
|
||||
NOTIFICATION_CLIENT("notification_client") {
|
||||
override val title: String = "Notification Client"
|
||||
},
|
||||
SYNC_PROFILING("sync_profiling") {
|
||||
override val title: String = "Sync Profiling"
|
||||
},
|
||||
LATEST_EVENTS("latest_events") {
|
||||
override val title = "Latest Events"
|
||||
};
|
||||
|
||||
abstract val title: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue