[9610] wlbt: fw panic copy files to /sdcard/log
authorPurnendu Kapadia <p.kapadia@samsung.com>
Tue, 14 Aug 2018 14:48:27 +0000 (15:48 +0100)
committerhskang <hs1218.kang@samsung.com>
Fri, 17 Aug 2018 00:33:02 +0000 (20:33 -0400)
on fw panic we want to generate tar file via wlbtd. We were calling
EVENT_SCSC to create moredump in /sdcard/log. Now wlbtd takes care of this
by copying moredump and other logs in /sdcard/log (temporarily) until
test systems can cope with new sable and tar file.
Removing call to EVENT_SCSC as it is redundant.

Change-Id: I9f12379a077a3e5d751200504c8eeb2b1984f4e9
SCSC-Bug-Id: SSB-42639
Signed-off-by: Purnendu Kapadia <p.kapadia@samsung.com>
drivers/misc/samsung/scsc/mxman.c

index d85fcbcf7ec13f2d558f78be8b5d2e06d47aa9e5..7ef58aa676849cc12721ed5d54fceb54f9508f29 100755 (executable)
@@ -1302,8 +1302,6 @@ static void mxman_failure_work(struct work_struct *work)
                                r = scsc_log_collector_collect(SCSC_LOG_REASON_FW_PANIC);
                                if (r != 0)
                                        SCSC_TAG_INFO(MXMAN, "sable creation failed.");
-                               /* call old method to generate moredump anyway */
-                               r = call_wlbtd(SCSC_SCRIPT_MOREDUMP);
 #else
                                r = call_wlbtd(SCSC_SCRIPT_MOREDUMP);
 #endif