On Tue, Nov 10, 2020 at 3:21 AM Nicolás Alvarez <nicolas.alva...@gmail.com> wrote: > > El lun., 9 de nov. de 2020 a la(s) 13:32, Aleix Pol (aleix...@kde.org) > escribió: > > - BasicUsageStatistics > > Usage time > > Launches count (Discover) > > Is "launches count" reset to 0 after each telemetry submission, or is > it cumulative / lifetime launch count? > > > - DetailedUsageStatistics > > Panel Count (Plasma shell) > > Application Source Name (Discover) > > What is Application Source Name? Is this actually implemented? The > database seems to have pure NULLs but I may be looking in the wrong > place.
It does indeed appear to always be null. I think there's a mismatch in the schema. Code has a scalar "applicationSourceName" with an entry "value" Active Schema has a scalar "applicationSource" with an entry "applicationSourceName" The schema shipped in discover looks correct. David