altosdroid: init telem blocking list.. oops!
[fw/altos] / 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