Android Question GCM: New Activity is not responding to debug

Shay

Well-Known Member
Licensed User
Longtime User
Hi

I have strange issue
I am using GCM service,
and inside instead of using notify icon, I used StartActivity (GotMsg)
on GotMsg activity I am doing some stuff (such as playing sound)
I am in debug mode, and once I got new GCM message, the activity is starting, and sound is playing
but I am putting break point on many places, and once I click the buttons on the activity, it is not stopping on it
also once I stop the project, the screen still appears on the phone, like this is different project

any idea what is going on?
 

barx

Well-Known Member
Licensed User
Longtime User
Could it be possible that seems though the activity is started by GCM that it is not connected to the deBugger as it is NOT the instance that was run by the IDE. If that makes sense???
 
Upvote 0
Top