FIX: [droid] logging of python exception
authorChris "Koying" Browet <cbro@semperpax.com>
Mon, 17 Feb 2014 13:19:44 +0000 (14:19 +0100)
committerChris "Koying" Browet <cbro@semperpax.com>
Mon, 17 Feb 2014 13:20:46 +0000 (14:20 +0100)
xbmc/android/activity/XBMCApp.cpp

index 1b95381..e598df3 100644 (file)
@@ -46,6 +46,7 @@
 #include "ApplicationMessenger.h"
 #include "utils/StringUtils.h"
 #include "AppParamParser.h"
+#include "XbmcContext.h"
 #include <android/bitmap.h>
 #include "android/jni/JNIThreading.h"
 #include "android/jni/BroadcastReceiver.h"
@@ -251,7 +252,8 @@ void CXBMCApp::run()
   int status = 0;
 
   SetupEnv();
-  
+  XBMC::Context context;
+
   m_initialVolume = GetSystemVolume();
 
   CJNIIntent startIntent = getIntent();