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:
parent
7c6b81517e
commit
1c60d4b856
@ -487,7 +487,6 @@ public class Telemetry {
|
||||
++txErrors;
|
||||
obj.transactionCompleted(false);
|
||||
Log.w(TAG,"Telemetry: priority event queue is full, event lost " + obj.getName());
|
||||
new Exception().printStackTrace();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user