Emulator : Enables host GL information to log file 90/17590/2
authorjinhyung.jo <jinhyung.jo@samsung.com>
Thu, 6 Mar 2014 06:14:51 +0000 (15:14 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Mon, 10 Mar 2014 08:18:30 +0000 (01:18 -0700)
Modified execution oder of the prepare feature.
For the following reason,
ECS intercept the log.
Thus, changed to prepare the ECS after write GL information to the log file.

Change-Id: I72afd76294ed5d78a8b9fc9ebff62600d04dadfa
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/emulator.c

index a6b7701..45e7e97 100644 (file)
@@ -463,14 +463,14 @@ const gchar * prepare_maru_devices(const gchar *kernel_cmdline)
 
     g_strlcpy(maru_kernel_cmdline, kernel_cmdline, LEN_MARU_KERNEL_CMDLINE);
 
-    // Prepare basic features
-    prepare_basic_features();
-
     // Prepare GL acceleration
 #ifdef CONFIG_GL_BACKEND
     prepare_opengl_acceleration();
 #endif
 
+    // Prepare basic features
+    prepare_basic_features();
+
     // Prepare host webcam
     prepare_host_webcam();