HTC Sensation (4.0.3) で正常に動作している Android アプリを持っていますが、最近のいくつかの変更 (具体的には永続ストレージ用のデータベースへのテーブルの追加といくつかの一般的なコード変更) の後、これは非常に珍しいものになっています。 logcat のエラー メッセージ (以下を参照) は、この他の 1 つの SO 質問 > Android phonegap project spamming QTAGUID メッセージ以外に情報を見つけることができません。
副作用として、特定のデータ セットがアプリに正しく読み込まれないことがあります (ただし、他のデータは特定の Web サービス呼び出しから読み込まれます)。
特にwifiに接続したときに問題が発生し、3gでテストした後、logcatでエラーは発生しませんが、問題のデータはアプリに読み込まれません。
誰かが以前にこのエラーを見たことがある場合、またはそれが何に関連している可能性があるかを知っている場合は、私に知らせてください. ありがとう。
Logcat の出力例:
03-26 09:32:05.554: I/qtaguid(1168): Failed write_ctrl(t 144 42958262894592 1408305917) res=-1 errno=1
03-26 09:32:05.554: I/qtaguid(1168): Tagging socket 144 with tag 271200000000(10002) for uid 1408305917 failed errno=-1
03-26 09:32:05.554: I/qtaguid(1168): Failed write_ctrl(t 145 42958262894592 1408305917) res=-1 errno=1
03-26 09:32:05.554: I/qtaguid(1168): Tagging socket 145 with tag 271200000000(10002) for uid 1408305917 failed errno=-1
03-26 09:32:05.554: I/qtaguid(1168): Failed write_ctrl(t 146 42958262894592 1408305917) res=-1 errno=1
03-26 09:32:05.554: I/qtaguid(1168): Tagging socket 146 with tag 271200000000(10002) for uid 1408305917 failed errno=-1
03-26 09:32:05.564: I/qtaguid(1168): Failed write_ctrl(t 147 42958262894592 0) res=-1 errno=1
03-26 09:32:05.564: I/qtaguid(1168): Tagging socket 147 with tag 271200000000(10002) for uid 0 failed errno=-1
03-26 09:32:05.564: I/qtaguid(1168): Failed write_ctrl(t 148 42958262894592 0) res=-1 errno=1
03-26 09:32:05.564: I/qtaguid(1168): Tagging socket 148 with tag 271200000000(10002) for uid 0 failed errno=-1
03-26 09:32:05.564: I/qtaguid(1168): Failed write_ctrl(t 149 42958262894592 0) res=-1 errno=1
03-26 09:32:05.564: I/qtaguid(1168): Tagging socket 149 with tag 271200000000(10002) for uid 0 failed errno=-1