ActivityThread.java:1177 Android 4.2.2系统上的问题

java.lang.NoSuchMethodError: android.app.ANRAppManager.dumpMessageHistory
	at android.app.ActivityThread$ApplicationThread.dumpMessageHistory(ActivityThread.java:1177)
	at android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:609)
	at android.os.Binder.execTransact(Binder.java:351)
	at dalvik.system.NativeStart.run(Native Method)
最近在看项目日志发现偶尔会有这样的LOG, 查来查去没有较好的解决方案,写在这里做下备忘,有遇到这样问题知道解决方案的战友们记得分享啊~

你可能感兴趣的:(ActivityThread.java:1177 Android 4.2.2系统上的问题)