This change initializes the Eina library for the Chrome
browser to address a crash issue encountered during the
installation of the YouTube app. By ensuring proper
initialization of Eina, the crash issue is resolved,
allowing the installation process to proceed
without interruptions.
Change-Id: I4ce5f45e383b41b7780ddda5ff065e7f4c7ae461
Signed-off-by: Rohit Kumar <rohit.16@partner.samsung.com>
#include <Eldbus.h>
#include <Elementary.h>
+#include <Eina.h>
#include "base/base_switches.h"
#include "base/command_line.h"
#include "base/functional/bind.h"
}
if (!g_evas_init) {
+ eina_init();
ecore_evas_init();
evas_init();
eldbus_init();