Skip to content

Commit 8cf79a4

Browse files
送信失敗用HandlerにAPP_MSG_INVALID_STATEの時の処理を追加。
1 parent 5f68880 commit 8cf79a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dConnectDevicePebbleApp/src/pebble_device_plugin.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ static void out_failed_handler(DictionaryIterator *failed, AppMessageResult reas
307307
case APP_MSG_INTERNAL_ERROR:
308308
DBG_LOG(APP_LOG_LEVEL_DEBUG, "APP_MSG_INTERNAL_ERROR");
309309
break;
310+
case APP_MSG_INVALID_STATE:
311+
DBG_LOG(APP_LOG_LEVEL_DEBUG, "APP_MSG_INVALID_STATE");
312+
break;
310313
}
311314

312315
//

0 commit comments

Comments
 (0)