Open bardram opened 1 month ago
The first problem is that the widget
parameter wasn't set.
The second problem was that the audio
meaurement wasn't added to the overall stream of measurements
and hence not stored locall in the DB.
This latter problem only occurs when the audio measure is part of an AppTask
.
The problem is that the UserTask
is stopped (onDone()
called) BEFORE the audio probe has time to stop and generate the audio measurement. So - once the measurement is generated and added to the stream of measurements, the background executor has been removed from the overall stream of measurements (the group).
When clicking an audio task nothing happens.
Samsung Galaxy S10e Android 12.