mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +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;
|
++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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user