Skip to content

Commit 6730660

Browse files
xiaojingrichwenlingz
authored andcommitted
tools: acrn-crashlog: refine crash complete code
This patch is to remove unused info in server.c Tracked-On: #4089 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>
1 parent aba91a8 commit 6730660

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/acrn-crashlog/usercrash/server.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,6 @@ static void crash_completed_cb(evutil_socket_t sockfd, short ev, void *arg)
358358
goto out;
359359
}
360360

361-
if (crash->crash_path) {
362-
LOGI("usercrash log written to: %s, ", crash->crash_path);
363-
LOGI("crash process name is: %s\n", crash->name);
364-
}
365-
366361
out:
367362
free_crash(crash);
368363
/* If there's something queued up, let them proceed */

0 commit comments

Comments
 (0)