altosdroid: init telem blocking list.. oops!
authorMike Beattie <mike@ethernal.org>
Sun, 26 Aug 2012 11:14:09 +0000 (23:14 +1200)
committerMike Beattie <mike@ethernal.org>
Sun, 26 Aug 2012 11:14:09 +0000 (23:14 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/src/org/altusmetrum/AltosDroid/TelemetryService.java

index 60500a2c44f813e4ff32273aecc3bcbcff4b833e..89c45d6cde25a096f440efb95f5ea6a6ad4f387b 100644 (file)
@@ -112,6 +112,8 @@ public class TelemetryService extends Service {
        public void onCreate() {
                // Create a reference to the NotificationManager so that we can update our notifcation text later
                //mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
+
+               telem = new LinkedBlockingQueue<AltosLine>();
        }
 
        @Override