Re: [android-kernel] Enabling watchdog

2010-05-03 Thread Greg KH
On Mon, May 3, 2010 at 1:26 AM, Alok wrote: > Hi Group > I have to enable linux kernel watchdog driver on Android eclair. Why is this a requirement for you to do, if you do not even know if it is necessary? > I read that from user space a watchdog daemon has to keep writing on / > dev/watchdog a

[android-kernel] Enabling watchdog

2010-05-03 Thread Alok
Hi Group I have to enable linux kernel watchdog driver on Android eclair. I read that from user space a watchdog daemon has to keep writing on / dev/watchdog at scheduled time to avoid the system reset. Does Android framework supports this ? More query: Android already has watchdog (Watchdog.java)