Hi, It would be beneficial to have /proc/last_kmsg enabled for the kernel kernel_samsung_smdk4412. Users could then easily send their kernel logs for developers to look at. I included a patch to do this. Tested on i9305.
Joonas
>From 859a3b0ef5cfb592bd42c735e89fdaed31898921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <[email protected]> Date: Tue, 29 Aug 2017 19:17:27 +0300 Subject: [PATCH] Enable /proc/last_kmsg. --- arch/arm/configs/lineageos_i9305_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/lineageos_i9305_defconfig b/arch/arm/configs/lineageos_i9305_defconfig index c3accbe8d92..14ac7ab073c 100644 --- a/arch/arm/configs/lineageos_i9305_defconfig +++ b/arch/arm/configs/lineageos_i9305_defconfig @@ -530,7 +530,7 @@ CONFIG_SEC_WATCHDOG_RESET=y CONFIG_SEC_WATCHDOG_PET_TIME=0 CONFIG_SEC_LOG=y CONFIG_SEC_LOG_NONCACHED=y -# CONFIG_SEC_LOG_LAST_KMSG is not set +CONFIG_SEC_LOG_LAST_KMSG=y # CONFIG_EHCI_IRQ_DISTRIBUTION is not set # -- 2.11.0
_______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
