2016-03-08 75 views
0

我有一個問題。雖然這是一個RuntimeException它不會使應用程序崩潰,但滾動速度更快時會滾動到RecyclerView laggy。隨着顯示的每一個新行都會顯示此日誌:RecyclerView的IBinder RuntimeException,但它不會崩潰應用程序

Caught a RuntimeException from the binder stub implementation. java.lang.NullPointerException: 
Attempt to invoke interface method 'android.os.IBinder com.android.internal.textservice.ISpellCheckerSession.asBinder()' on a null object reference 
                     at android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl.onServiceConnected(SpellCheckerSession.java:330) 
                     at android.view.textservice.SpellCheckerSession$InternalListener.onServiceConnected(SpellCheckerSession.java:473) 
                     at com.android.internal.textservice.ITextServicesSessionListener$Stub.onTransact(ITextServicesSessionListener.java:54) 
                     at android.os.Binder.execTransact(Binder.java:446) 

沒有太多關於網絡上的信息。也許你們中的一些人有這樣的問題 - 我會說的表現,並沒有那樣的工作。

回答

0

這似乎與SpellCheckerService

適配器或活動的交易檢查您的實現,你會在某個地方找到一個空實例。

+0

但我不使用它。哎呀,我甚至不知道'SpellCheckerService'是什麼或如何使用它...... –

相關問題