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:
parent
43b2327eb8
commit
780a53a175
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue