diff eventLogger.mm @ 40:af06bb942d58

Commit Before reverting to beta release to generate dSYM.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 12 Apr 2013 16:13:42 +0100
parents df7c08faf541
children 79c129e500e1
line wrap: on
line diff
--- a/eventLogger.mm	Thu Apr 11 16:56:21 2013 +0100
+++ b/eventLogger.mm	Fri Apr 12 16:13:42 2013 +0100
@@ -48,10 +48,6 @@
     nextUploadQty = UPLOAD_CHUNK_SIZE; // amount of data uploaded is always more than UPLOAD_CHUNK_SIZE events
     
 }
-//---------------------------------------------------------------------------
-// draw() - show path of last N scroll events  - can be scrubbed along?
-// 
-//---------------------------------------------------------------------------
 
 void EventLogger::init(){
     
@@ -182,9 +178,9 @@
     questionnaireCompleted = false;
     questionnaireUploaded = false;
     
-    ((testApp *)ofGetAppPtr())->showIntro();
+    //((testApp *)ofGetAppPtr())->showIntro();
     //consentGiven = false;
-    //((testApp *)ofGetAppPtr())->justStart();
+    ((testApp *)ofGetAppPtr())->justStart();
     
     
 }
@@ -239,6 +235,8 @@
 //-----------------------------
 void EventLogger::eventlogOK(){
     // COMMENT THIS IF UPLAODING FROM IPAD TO XCODE
+    
+    // it's a bad idea to do this in another thread...
     theEvents.clear();
     cout << "EVENT LOG UPLOAD SUCCESS\n";
     nextUploadNumber++;