[android-developers] WakeLock acquire(timeout) Runtime exception

2011-01-31 Thread RS
Hi All, I get a Runtime exception when my wait lock gets expired . Is it because I am trying to release a lock that was acquired with a timeout? I am using the following code to acquire the wakelock before a view is activated. private PowerManage.WakeLock wakeLock; public void

Re: [android-developers] WakeLock acquire(timeout) Runtime exception

2011-01-31 Thread TreKing
On Mon, Jan 31, 2011 at 5:17 AM, RS raj...@yahoo.com wrote: I get a Runtime exception when my wait lock gets expired And the runtime exception thrown and the stack trace is what exactly? - TreKing