1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Improvements to the Analytics class

This commit is contained in:
Tom Poole 2017-12-19 12:08:50 +00:00
parent cff37f5b6a
commit beec82b8cb
17 changed files with 140 additions and 37 deletions

View file

@ -297,7 +297,7 @@ struct ThreadedAnalyticsDestinationTests : public UnitTest
std::deque<AnalyticsDestination::AnalyticsEvent> testEvents;
for (int i = 0; i < 7; ++i)
testEvents.push_back ({ String (i), Time::getMillisecondCounter(), {}, "TestUser", {} });
testEvents.push_back ({ String (i), 0, Time::getMillisecondCounter(), {}, "TestUser", {} });
std::deque<AnalyticsDestination::AnalyticsEvent> loggedEvents, unloggedEvents;