cannot be cast to android.view.inputmethod.InputConnection

最近一直在使用AS3.1 的Profiler做性能调优,手上的一台华为机子(8.0)一直使用正常,突然换了另一台华为机子(5.1),一运行就崩溃

java.lang.ClassCastException: java.lang.ref.SoftReference cannot be cast to android.view.inputmethod.InputConnection
        at com.android.tools.profiler.support.profilers.EventProfiler$InputConnectionHandler.run(EventProfiler.java:289)
        at java.lang.Thread.run(Thread.java:831)

之前运行都没什么问题。一看以为是输入法的问题,换了几个输入法都一样,Google 解决办法

关闭Profilling即可,原因是这台机子不支持Profiler

链接

你可能感兴趣的:(Exception)