hi I'm developing the phone using the android platform. While I'm testing the application often I face like below errors. (I'm using 24/04/09 cupcake version)
=============================================================================== .............. 06-21 15:39:54.921 W/IInputConnectionWrapper( 2399): getTextAfterCursor on inactive InputConnection 06-21 15:39:54.931 W/IInputConnectionWrapper( 2399): setComposingText on inactive InputConnection 06-21 15:39:54.931 W/IInputConnectionWrapper( 2399): getCursorCapsMode on inactive InputConnection .............. or .............. 06-16 11:11:09.785 W/IInputConnectionWrapper( 6684): sendKeyEvent on inactive InputConnection 06-16 11:11:09.785 W/IInputConnectionWrapper( 6684): sendKeyEvent on inactive InputConnection .............. =============================================================================== the conditions to raise this log is like below InputConnection ic = mInputConnection.get(); if(ic == null || !isActive()){ ............ } But the application acts normally. (there is no ANR or error on application) Why does InputConnection go to invalid state ? Are there some bugs related with this? If anyone knows some possibility to face error log like this, please let me know that Please let me know --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this group, send email to android-framework+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---