I have a Android application based on tutorial3 with pre-built Android Universal [1.22.6].
The application works find, now i would like to trace the latencies.
But even i set environment vars GST_DEBUG=GST_TRACERS:7 und GST_TRACERS=latency(flags=pipeline+element) within my application i get no information in logcat.
Assuming no typo in the env, and also that you set the env before gst_init, I would suspect that you may have forgot to include the tracers plugin in your build.
We are seeing the same issue as mentioned in this thread and not seeing tracers log in logcat even after using env variables as GST_DEBUG=GST_TRACERS:7 und GST_TRACERS=latency(flags=pipeline+element) before gst_init. Do we need to redirtect the stderr as mentioned in this thread below?