I added external application that reads some data from serial port. When Android suspend, it says: <6>[ 757.743150] request_suspend_state: sleep (0->3) at 757743750809 (1970-01-01 00:12:37.743740962 UTC) <6>[ 758.220460] PM: Syncing filesystems ... done. <4>[ 758.226651] Freezing user space processes ... <3>[ 758.235448] Freezing of user space aborted <3>[ 758.239823] serialfmread
In logcat, after resume: I//system/bin/serialfmread( 690): serialfmread: done doing read I/logwrapper( 690): /system/bin/serialfmread terminated by exit(0) and then it restart my application. My application is input device reader generating input event and it does not touch wakelocks. Is there something I must do to my application to make it behave correctly with Android wakelock? Jeb -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.
