Ok, I am having some more issues with breakpoints that the compiler is 
ignoring.

Here is the code in question:

static Handler handler = new Handler() {

@Override
public void handleMessage(Message msg) {
Log.d("hmmm","hmmmok"); 
}
};

What I did was I put a method breakpoint on this line:

public void handleMessage(Message msg) {

It did not get triggered when that method was called.

However, when I put a breakpoint here:

Log.d("hmmm","hmmmok"); 

It breaks as it should.

Can someone please help me understand this?

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