aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-03-24 15:24:21 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-03-24 15:24:21 +0200
commit0aafe6fb38d19e8474483c4b8a28ce645c53045f (patch)
tree83c34048b288adf6a2375297e56cabe5a4466c77 /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
parentdb9308c46379fb324678ba04771dbee4edae4b17 (diff)
downloadTango-0aafe6fb38d19e8474483c4b8a28ce645c53045f.tar.gz
Tango-0aafe6fb38d19e8474483c4b8a28ce645c53045f.zip
WOrking on android.
some fixes to machine studio.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
index 9dab6cd65..e1b23cf9a 100644
--- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
+++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
@@ -631,6 +631,11 @@ namespace Tango.Integration.Operation
else
{
_last_embedded_debug_log.Repeated++;
+
+ if (LogEmbeddedDebuggingToFile && EmbeddedLogManager != null)
+ {
+ EmbeddedLogManager.Log(new EmbeddedLogItem(data));
+ }
}
}