mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-27 08:11:15 -04:00
add flame option and fix tests
This commit is contained in:
parent
004f5074b1
commit
c69dabf721
11 changed files with 382 additions and 78 deletions
|
@ -28,7 +28,8 @@ void veilidInit() {
|
|||
grpcEndpoint: 'localhost:4317',
|
||||
serviceName: 'VeilidExample'),
|
||||
api: VeilidFFIConfigLoggingApi(
|
||||
enabled: true, level: VeilidConfigLogLevel.info)));
|
||||
enabled: true, level: VeilidConfigLogLevel.info),
|
||||
flame: VeilidFFIConfigLoggingFlame(enabled: false, path: '')));
|
||||
Veilid.instance.initializeVeilidCore(platformConfig.toJson());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue