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:
parent
cff37f5b6a
commit
beec82b8cb
17 changed files with 140 additions and 37 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue