[9610] wlbt: default path where tar is generated
authorPurnendu Kapadia <p.kapadia@samsung.com>
Mon, 13 Aug 2018 17:10:01 +0000 (18:10 +0100)
committerhskang <hs1218.kang@samsung.com>
Fri, 17 Aug 2018 00:33:01 +0000 (20:33 -0400)
Android P expects things in /data/vendor so use /data/vendor/log/wifi as
default path where sable and tar containing sable will be generated

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

index c1ee7f219c0d9581d8bcba0184a6d76378c83fc7..43f4aa58296831676087d43de7af5ca8b48e8d92 100644 (file)
@@ -50,7 +50,7 @@ static bool collect_to_ram = true;
 module_param(collect_to_ram, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(collect_to_ram, "Collect buffer in ram");
 
-static char collection_dir_buf[256] = "/data/exynos/log/wifi";
+static char collection_dir_buf[256] = "/data/vendor/log/wifi";
 module_param_string(collection_target_directory, collection_dir_buf, sizeof(collection_dir_buf), S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(collection_target_directory, "Specify collection target directory");