Ok, I got the logcat output: What do the highlighted lines mean?

D/dalvikvm( 4163): GC_CONCURRENT freed 455K, 43% free 4646K/8071K, external 
0K/0K, paused 6ms+8ms
D/dalvikvm( 4163): GC_CONCURRENT freed 619K, 43% free 4637K/8071K, external 
0K/0K, paused 5ms+7ms
D/dalvikvm( 4163): GC_CONCURRENT freed 725K, 45% free 4518K/8071K, external 
0K/0K, paused 6ms+7ms
I/ActivityManager(  145): Starting activity: Intent { flg=0x10a00000 cmp=*
com.myapp/.activity.A.Dash_A* } from pid 4163
*D/InputManagerService(  145): Window already focused, ignoring focus gain 
of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4093a4e8
D/InputManagerService(  145): Window already focused, ignoring focus gain 
of: com.android.internal.view.IInputMethodClient$Stub$Proxy@409e36e8*
D/dalvikvm( 4163): GC_CONCURRENT freed 301K, 41% free 4785K/8071K, external 
0K/0K, paused 6ms+9ms
D/dalvikvm( 4163): GC_CONCURRENT freed 779K, 43% free 4662K/8071K, external 
0K/0K, paused 5ms+8ms
D/dalvikvm( 4163): GC_CONCURRENT freed 670K, 43% free 4606K/8071K, external 
0K/0K, paused 5ms+7ms
D/StatusBarPolicy(  236): onSignalStrengthsChanged
D/StatusBarService(  236): updateIcon slot=phone_signal index=20 
viewIndex=13 old=StatusBarIcon(pkg=com.android.systemui id=0x7f0200d4 
level=0 visible=true num=0 ) icon=StatusBarIcon(pkg=com.android.systemui 
id=0x7f0200d2 level=0 visible=true num=0 )



On Tuesday, June 19, 2012 4:53:46 PM UTC+5:30, Put_tiMe wrote:
>
> I have two activities, "A" and "B".
> By default, "A" shows up, and upon pressing a button, "B" is shown.
>
> What happens sometimes is that, in "A", when I press the button to bring 
> up "B", the transition happens, I even see the "B's title".
> But it immediately exits.
>
> I don't do any code changes. I just reinstall the APK file, by using *adb 
> install -r "c:\ABC.apk"*.
>
> And it works. 
> I've connected to logcat, but no messages there also.
>
> What could be happening?
>
>

-- 
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

Reply via email to