mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-29 07:18:49 +02:00
perf(go): add runtime metrics and benchmarks
This commit is contained in:
@@ -3153,6 +3153,12 @@ class MainActivity: FlutterFragmentActivity() {
|
||||
}
|
||||
result.success(null)
|
||||
}
|
||||
"getGoRuntimeMetrics" -> {
|
||||
val response = withContext(Dispatchers.IO) {
|
||||
Gobackend.getRuntimeMetricsJSON()
|
||||
}
|
||||
result.success(response)
|
||||
}
|
||||
"setMetadataLanguage" -> {
|
||||
val tag = call.argument<String>("tag") ?: ""
|
||||
withContext(Dispatchers.IO) {
|
||||
|
||||
Reference in New Issue
Block a user