mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
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:
parent
c1528fd1b2
commit
aca51c0fad
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user