While running my android app I see the following warning-level message in the logs right before the app generates an ANR popup warning:
"InputMethodManager: The current service view is not the focus view"
I get the message when clicking on an edittext field in the UI. What causes that warning message?