tools: acrn-crashlog: refine crash complete code

This patch is to remove unused info in server.c

Tracked-On: #3787
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 ACRN System Integration
parent 43b2327eb8
commit 780a53a175

View File

@@ -358,11 +358,6 @@ static void crash_completed_cb(evutil_socket_t sockfd, short ev, void *arg)
goto out; 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: out:
free_crash(crash); free_crash(crash);
/* If there's something queued up, let them proceed */ /* If there's something queued up, let them proceed */