1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

AndroidGCS: When priority transmit queue is full this is not a reason to crash.

This commit is contained in:
James Cotton 2012-08-10 02:09:58 -05:00
parent 4bcac07c8c
commit 1b8db4eeec

View File

@ -487,7 +487,6 @@ public class Telemetry {
++txErrors; ++txErrors;
obj.transactionCompleted(false); obj.transactionCompleted(false);
Log.w(TAG,"Telemetry: priority event queue is full, event lost " + obj.getName()); Log.w(TAG,"Telemetry: priority event queue is full, event lost " + obj.getName());
new Exception().printStackTrace();
} }
} }
else else