watchdog - disable right now as something odd is happening

This commit is contained in:
Carsten Haitzler 2021-01-15 12:58:41 +00:00
parent e2577bffb9
commit 04a6194e48
1 changed files with 2 additions and 2 deletions

View File

@ -1086,7 +1086,7 @@ main(int argc, char **argv)
E_LIST_FOREACH(e_comp->zones, e_comp_canvas_zone_restarted); E_LIST_FOREACH(e_comp->zones, e_comp_canvas_zone_restarted);
} }
e_watchdog_begin(); // e_watchdog_begin();
TS("MAIN LOOP AT LAST"); TS("MAIN LOOP AT LAST");
if (!setjmp(x_fatal_buff)) if (!setjmp(x_fatal_buff))
{ {
@ -1095,7 +1095,7 @@ main(int argc, char **argv)
} }
else else
CRI("FATAL: X Died. Connection gone. Abbreviated Shutdown\n"); CRI("FATAL: X Died. Connection gone. Abbreviated Shutdown\n");
e_watchdog_end(); // e_watchdog_end();
e_main_loop_running = EINA_FALSE; e_main_loop_running = EINA_FALSE;
inloop = EINA_FALSE; inloop = EINA_FALSE;