Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception #137

Open
gilse opened this issue Oct 22, 2014 · 1 comment
Open

exception #137

gilse opened this issue Oct 22, 2014 · 1 comment
Assignees

Comments

@gilse
Copy link
Collaborator

gilse commented Oct 22, 2014

/* 105 */
{
"_id" : NumberLong(106),
"user_id" : NumberLong(133),
"exeptionTime" : "2014-10-21 07:04:53",
"exeptionData" : "VersionCode=20 +++++++ java.lang.NullPointerException\n at com.lazooz.lbm.ContactListActivity$6.onQueryTextChange(ContactListActivity.java:408)\n at android.widget.SearchView.onTextChanged(SearchView.java:1153)\n at android.widget.SearchView.access$2000(SearchView.java:92)\n at android.widget.SearchView$11.onTextChanged(SearchView.java:1638)\n at android.widget.TextView.sendOnTextChanged(TextView.java:7408)\n at android.widget.TextView.handleTextChanged(TextView.java:7467)\n at android.widget.TextView$ChangeWatcher.onTextChanged(TextView.java:9183)\n at android.text.SpannableStringBuilder.sendTextChanged(SpannableStringBuilder.java:962)\n at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:496)\n at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:435)\n at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:30)\n at android.view.inputmethod.BaseInputConnection.replaceText(BaseInputConnection.java:675)\n at android.view.inputmethod.BaseInputConnection.setComposingText(BaseInputConnection.java:437)\n at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:333)\n at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:77)\n at android.os.Handler.dispatchMessage(Handler.java:102)\n at android.os.Looper.loop(Looper.java:136)\n at android.app.ActivityThread.main(ActivityThread.java:5017)\n at java.lang.reflect.Method.invokeNative(Native Method)\n at java.lang.reflect.Method.invoke(Method.java:515)\n at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)\n at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)\n at dalvik.system.NativeStart.main(Native Method)\n ",
"db_insert_time" : ISODate("2014-10-21T07:04:53.269Z")
}

@gilse gilse self-assigned this Oct 22, 2014
@gilse
Copy link
Collaborator Author

gilse commented Oct 22, 2014

check if not null
if ((mAdapter != null) && (mAdapter.getFilter() != null))
mAdapter.getFilter().filter(mSearchTerm);

@gilse gilse added the FIX label Oct 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant