I'm getting the same message on my Galaxy Nexus with 4.2.1 if I open an
action bar menu with the Overflow Affordance Button and then close it.
Tried three or four apps.
Also this:
02-12 23:19:48.043 W/InputMethodManagerService( 390): Window already
focused, ignoring focus gain of:
com.android.i
you set "private Button btnOne = null;" then btnOne.setOnClickListener(new
View.OnClickListener() {
public void onClick(View v) {
text=text+"1";
editText.setText(text);
}
});
> Is there anyway to log or look at a log that can tell me why the
> programme keeps crashing?
If it crashed check logcat for the detailed information on potential
culprit. Also it helps to run the app under control of debugger, plant some
breakpoints and try to narrow down the place it goes crazy
3 matches
Mail list logo