“Long monitor contention with owner” warning
问题 I get this warning message and since I see this message I also started to see the Google Play Services isnt responding popup and it closes my application after some time. I have review similar questions but could not find out the reason. Following is a sample of my handler thread usage. I do not know what to do to avoid this problem. @Override public void find(Func1<RealmQuery<Artist>, RealmQuery<Artist>> query, Action1<Result<List<Artist>>> onResult) { if (query != null) { handlerThread =