Kitchensink App/CollectingServer
< Kitchensink App(Redirected from KitchensinkApp/CollectingServer)
Kitchensink app is a client of collection server. The class responsible for this connection is in kitchensink-app/js/collection.js.
After Kitchensink has finished all API tests (or cancelled by timeout) collected data is passed to Collection::sendResults.
If user has decided to send results to the collection server, system is checking if data is different than the last result stored in localStorage. If data or system is indeed different, results are passed to collection server and stored as last result in localStorage.
App identifies system by navigator.userAgent, its appVersion and Settings::deviceModel optionally provided by the user.