diff options
| author | tongzongzhen <[email protected]> | 2024-07-17 15:34:25 +0800 |
|---|---|---|
| committer | tongzongzhen <[email protected]> | 2024-07-17 15:34:25 +0800 |
| commit | f1a1d7fa5ff754e7b7df774852a25ef10e2a013c (patch) | |
| tree | 9fae8e81382a6e6f9d074cbfc538128067655ee9 | |
| parent | f0e50964001c56042150c9c49284bf0aaa531a7c (diff) | |
marsio_dp_trace_init was canceled by mistake, causing telemetry startup failure.
| -rw-r--r-- | app/src/marsio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/marsio.c b/app/src/marsio.c index 8ae6a35..244a2b2 100644 --- a/app/src/marsio.c +++ b/app/src/marsio.c @@ -769,13 +769,11 @@ int marsio_init(struct mr_instance * instance, const char * appsym) goto err; } -#if 0 if (marsio_dp_trace_init(instance) != RT_SUCCESS) { MR_ERROR("data path instance get failed, recheck mrzcpd is running."); goto err; } -#endif if (mrapp_register(instance) != RT_SUCCESS) { |
