tools: acrn-crashlog: refine crash complete code

This patch is to remove unused info in server.c

Tracked-On: #4111
Signed-off-by: xiaojin2 <xiaojing.liu@intel.com>
Reviewed-by: Liu, Xinwu <xinwu.liu@intel.com>
Acked-by: CHEN Gang <gang.c.chen@intel.com>
This commit is contained in:
xiaojin2 2019-10-08 01:32:23 +00:00 committed by wenlingz
parent c1528fd1b2
commit aca51c0fad

View File

@ -358,11 +358,6 @@ static void crash_completed_cb(evutil_socket_t sockfd, short ev, void *arg)
goto out;
}
if (crash->crash_path) {
LOGI("usercrash log written to: %s, ", crash->crash_path);
LOGI("crash process name is: %s\n", crash->name);
}
out:
free_crash(crash);
/* If there's something queued up, let them proceed */