Commit 09d91cb8 authored by Ilya Kitaev's avatar Ilya Kitaev Committed by Andreas Bircher

USBDeviceJNI: restored logging as it was in master

Conflicts:
	libs/mavlink/include/mavlink/v1.0
	mavlink_generator
	src/GPS/Drivers
parent e8c9ca53
...@@ -205,7 +205,7 @@ public class QGCActivity extends QtActivity implements TextToSpeech.OnInitListen ...@@ -205,7 +205,7 @@ public class QGCActivity extends QtActivity implements TextToSpeech.OnInitListen
if (m_openedDevices == null) if (m_openedDevices == null)
{ {
// Log.e(TAG, "m_openedDevices is null"); Log.e(TAG, "m_openedDevices is null");
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment