mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
added comments regarding Igtimi Riot CELL logging, as provided by Riedel
This commit is contained in:
+9
-2
@@ -183,9 +183,16 @@ public class RiotConnectionImpl implements RiotConnection {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public synchronized void enableOverTheAirLog() throws IOException {
|
public synchronized void enableOverTheAirLog() throws IOException {
|
||||||
|
// Logging priorities:
|
||||||
|
// debug
|
||||||
|
// info
|
||||||
|
// warning
|
||||||
|
// error
|
||||||
|
// fatal
|
||||||
|
// response // possibly special case for console responses
|
||||||
if (overTheAirLogEnabled == 0) {
|
if (overTheAirLogEnabled == 0) {
|
||||||
send(buildCommandMessage("log cell debug"));
|
send(buildCommandMessage("log cell debug")); // alternatively: "log cell verbose payload" // log messages over modem in "payload" format
|
||||||
send(buildCommandMessage("log cell block 2"));
|
send(buildCommandMessage("log cell block 2")); // blocking wait for modem for two seconds
|
||||||
}
|
}
|
||||||
overTheAirLogEnabled++;
|
overTheAirLogEnabled++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user