- focus-client loop running check timeout : 2.5s -> 5s
- focus-client loop running check interval: 20ms -> 40ms
[Version] 0.14.3
[Issue Type] Robustness
Change-Id: Icb765218b83dffbc563f2e3ab9b5aee818afaf91
return G_SOURCE_CONTINUE;
}
-#define INTERVAL_MS 20
+#define INTERVAL_MS 40
static int _focus_loop_is_running_timed_wait(GMainLoop *focus_loop, int timeout_ms)
{
int reduced_time_ms = timeout_ms;
return -1;
}
-#define LOOP_RUNNING_WAIT_TIME_MS 2500
+#define LOOP_RUNNING_WAIT_TIME_MS 5000
int focus_init_context(int index, bool is_for_watching)
{
int ret = MM_ERROR_NONE;
Name: libmm-sound
Summary: MMSound Package contains client lib and focus server binary
-Version: 0.14.2
+Version: 0.14.3
Release: 0
Group: System/Libraries
License: Apache-2.0