Hi
I compiled my own kernel for I9300 (update 10).
I disabled the logger Android:
in arch/arm/configs/m0_00_defconfig
in /drivers/staging/android/Kconfig
I get a module logger.ko that works perfectly ( with insmod /lib/modules/logger.ko )
The problem is, that module logger.ko have 3,76 MB (3 944 448 bytes)!!!
How can i compile this module with "normal size", 12 KB, more or less
Thank in advance for any help
I compiled my own kernel for I9300 (update 10).
I disabled the logger Android:
in arch/arm/configs/m0_00_defconfig
Code:
- CONFIG_ANDROID_LOGGER=y
+ CONFIG_ANDROID_LOGGER=m
Code:
- default n
+ default m
The problem is, that module logger.ko have 3,76 MB (3 944 448 bytes)!!!
How can i compile this module with "normal size", 12 KB, more or less
Thank in advance for any help
Last edited: