[Issue] N/A
[Problem] There was wrong database path which resulted in fails
while launching the browser.
[Cause] Wrong Tizen platform variable was used.
[Solution] Used TZ_USER_APP instead of TZ_USER_DB.
[Verify] Launch browser > Observe logs
There shouldn't be fails in logs while loading database.
Change-Id: I2641314543647e15cdfc70b5b8decc201fdcc57b
void DefaultConfig::load(const std::string &)
{
const char *db_path = NULL;
- db_path = tzplatform_getenv(TZ_USER_DB);
+ db_path = tzplatform_getenv(TZ_USER_APP);
m_data["main_service_name"] = std::string("org.tizen.browser.base_UI");
//m_data["favorite_service_name"] = std::string("org.tizen.browser.service.favorite.browserProvider");