Are you using AlarmManager? The logcat shows something related to the AlarmManager, I guess...
What are you trying to do in the onCreate method? Thanks and Regards, Kumar Bibek On Apr 6, 5:22 pm, pink 444 <[email protected]> wrote: > Thanks for your replay. > > In my activity i have debug prints in all life cycle methods. > > But i didn't get any of those. > > And the full logcat is as follows. > > I/ActivityManager( 57): Starting activity: Intent > { action=android.intent.action.MAIN > categories={android.intent.category.LAUNCHER} flags=0x10200000 > comp={com.test/com.test.MyScreen} } > > I/ActivityManager( 57): Exiting empty application process > com.android.alarmclock (android.os.binderpr...@43646fb8) > I/Process ( 57): Sending signal. PID: 170 SIG: 9 > I/ActivityManager( 57): Exiting empty application process > com.android.calendar (android.os.binderpr...@43574540) > I/Process ( 57): Sending signal. PID: 239 SIG: 9 > I/ActivityManager( 57): Exiting empty application process > com.google.android.gm (android.os.binderpr...@43779b78) > I/Process ( 57): Sending signal. PID: 266 SIG: 9 > I/ActivityManager( 57): Exiting empty application process > android.process.media (android.os.binderpr...@436c3298) > I/Process ( 57): Sending signal. PID: 185 SIG: 9 > I/ActivityManager( 57): Exiting empty application process > com.android.settings (android.os.binderpr...@436635d0) > I/Process ( 57): Sending signal. PID: 2244 SIG: 9 > I/ActivityManager( 57): Exiting application process > com.android.browser (android.os.binderpr...@436ebe88) > I/Process ( 57): Sending signal. PID: 1268 SIG: 9 > D/ActivityManager( 57): Received spurious death notification for > thread android.os.binderpr...@43574540 > D/ActivityManager( 57): Received spurious death notification for > thread android.os.binderpr...@436c3298 > D/ActivityManager( 57): Received spurious death notification for > thread android.os.binderpr...@43779b78 > D/ActivityManager( 57): Received spurious death notification for > thread android.os.binderpr...@43646fb8 > D/ActivityManager( 57): Received spurious death notification for > thread android.os.binderpr...@436635d0 > D/ActivityManager( 57): Received spurious death notification for > thread android.os.binderpr...@436ebe88 > I/WindowManager( 57): WIN DEATH: Window{436aa228 com.android.browser/ > com.android.browser.BrowserActivity paused=false} > > W/ActivityManager( 57): Launch timeout has expired, giving up wake > lock! > W/ActivityManager( 57): Activity idle timeout for > HistoryRecord{435d0e60 {com.test/com.test.MyScreen}} > > W/WindowManager( 57): No window to dispatch pointer action 0 > W/WindowManager( 57): No window to dispatch pointer action 1 > W/WindowManager( 57): No window to dispatch pointer action 0 > W/WindowManager( 57): No window to dispatch pointer action 1 > W/WindowManager( 57): No window to dispatch pointer action 0 > W/WindowManager( 57): No window to dispatch pointer action 1 > > E/JavaBinder( 57): !!! FAILED BINDER TRANSACTION !!! > D/SurfaceFlinger( 57): About to give-up screen, flinger = 0x1841d0 > W/ActivityManager( 57): Activity pause timeout for > HistoryRecord{435d0e60 {com.test/com.test.MyScreen}} > > D/dalvikvm( 153): GC freed 241 objects / 9104 bytes in 129ms > W/WindowManager( 57): Key dispatching timed out sending to <null> > W/WindowManager( 57): Dispatch state: {{KeyEvent{action=0 code=82 > repeat=0 meta=0 scancode=139 mFlags=8} to Window{43616dc8 Keyguard > paused=false} @ 1270543996608 lw=Window{43616dc8 Keyguard > paused=false} lb=android.view.viewroo...@435aeb80 fin=false gfw=true > ed=true tts=0 wf=false fp=false mcf=null}} > I/WindowManager( 57): focus null mToken is null at event dispatch! > W/WindowManager( 57): Current state: {{KeyEvent{action=1 code=82 > repeat=0 meta=0 scancode=139 mFlags=8} to null @ 1270544001842 lw=null > lb=null fin=true gfw=true ed=true tts=0 wf=false fp=false mcf=null}} > > I/ActivityManager( 57): ANR (application not responding) in process: > com.test.MyScreen > I/ActivityManager( 57): Annotation: keyDispatchingTimedOut > > In the above logcat i didn't any log from MyScreen Activity life > cycle. > > Thanks in advance. > > On Apr 6, 4:57 pm, Kumar Bibek <[email protected]> wrote: > > > Show some code. I guess, you are blocking the UI with a loop. > > > Thanks and regards, > > Kumar Bibek > > > On Apr 6, 4:11 pm, pink 444 <[email protected]> wrote: > > > > Any Help?? > > > > On Apr 6, 2:31 pm, pink 444 <[email protected]> wrote: > > > > > Hi All, > > > > > While opening my application from application launcher. > > > > some times i am getting blank screen for long time (almost 3 min). > > > > if i perform some key events then i am getting ANR. > > > > > Log is as follows. > > > > > I/ActivityManager( 57): Starting activity: Intent > > > > { action=android.intent.action.MAIN > > > > categories={android.intent.category.LAUNCHER} flags=0x10200000 > > > > comp={com.test/com.test.MyScreen} } > > > > > E/JavaBinder( 57): !!! FAILED BINDER TRANSACTION !!! > > > > > After this i am getting activity launch timeout and IDLE timeout. > > > > > Is there any design issue with my activity or problem with android > > > > environment. > > > > > Any help will be highly appreciated. > > > > > Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

