Performing Stability Testing on a rooted device running kitkat.
I executed the follow command in the shell:
logcat -f /sdcard/log.log -r 1024 -n 30 -v time &
This command should produce 30 logs with a size of about a 1MB, however in Kitkat only 4 logs are created with each log size is around 17KB.
Any suggestions?