W/InputMethodManager: InputMethodManager.getInstance() is deprecated because it cannot be compatible with multi-display. Use context.getSystemService(InputMethodManager.class) instead.
java.lang.Throwable
at android.view.inputmethod.InputMethodManager.getInstance(InputMethodManager.java:1247)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.tools.profiler.support.profilers.EventProfiler$InputConnectionHandler.run(EventProfiler.java:262)
at java.lang.Thread.run(Thread.java:923)
W/InputMethodManager: InputMethodManager.peekInstance() is deprecated because it cannot be compatible with multi-display. Use context.getSystemService(InputMethodManager.class) instead.
java.lang.Throwable
at android.view.inputmethod.InputMethodManager.peekInstance(InputMethodManager.java:1266)
at android.view.inputmethod.InputMethodManager.getInstance(InputMethodManager.java:1252)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.tools.profiler.support.profilers.EventProfiler$InputConnectionHandler.run(EventProfiler.java:262)
at java.lang.Thread.run(Thread.java:923)
I/hes.taobaounio: Thread[4,tid=11087,WaitingInMainSignalCatcherLoop,Thread*=0x715e75bf50,peer=0x13600000,"Signal Catcher"]: reacting to signal 3
I/hes.taobaounio: Wrote stack traces to tombstoned
Process 1755 terminated.

进入App后,首页加载完列表,往下滑动以后 切换TabLayout 出现这个问题造成了闪退 想知道这是什么原因
InputMethodManager.getInstance() is deprecated because it cannot be compatible with multi-display. Use context.getSystemService(InputMethodManager.class) instead.
这个就是原因,大概意思是:“InputMethodManager.getInstance()”已经废弃使用“context.getSystemService(InputMethodManager.class)”代替,原因是前者不能兼容的多显示器
信息太少了,提供奔溃的时候,尽可能把前后的都复制上来,你认为重要的信息,不一定是奔溃信息的重点。如果ok,可以提供一份demo,或者apk安装包