のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2015-03-10から1日間の記事一覧

FAILED BINDER TRANSACTION

636 void signalExceptionForError(JNIEnv* env, jobject obj, status_t err, 637 bool canThrowRemoteException) 638 { 639 switch (err) { 640 case UNKNOWN_ERROR: 641 jniThrowException(env, "java/lang/RuntimeException", "Unknown error"); 642 brea…

InputDispatcher

I/InputDispatcher(685): Window 'Window{2d5a5961 u0 com.android.settings/com.android.settings.SubSettings}' spent 3366.0ms processing the last input event: MotionEvent( deviceId=4, source=0x00001002, action=2, flags=0x00000000, metaState=0x…