Skip to content

Commit d7d75f0

Browse files
committed
Ensure started is false until trace is actually started
1 parent 8613805 commit d7d75f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

melatonin_perfetto/melatonin_perfetto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class MelatoninPerfetto
102102

103103
private:
104104
bool startTraceAutomatically;
105-
bool started = true;
105+
bool started = false;
106106
juce::File writeFile()
107107
{
108108
// Read trace data

0 commit comments

Comments
 (0)