Hace un tiempo que tengo este problema, y aunque no afecta negativamente a mi aplicación, me gustaría solucionarlo si puedo. No estoy seguro de cómo describir el problema.Proyecto de Android Phonegap envío de mensajes QTAGUID
Básicamente, tengo un proyecto de 1,9 Android PhoneGap, utilizando API 15 (esto ocurrió bajo API 10 también) y los registros de correo no deseado LogCat tener incesante de QTAGUID, específicamente de mi solicitud.
08-04 14:31:30.092: I/qtaguid(15542): Failed write_ctrl(u 118) res=-1 errno=22
08-04 14:31:30.092: I/qtaguid(15542): Untagging socket 118 failed errno=-22
08-04 14:31:30.092: I/qtaguid(15542): Failed write_ctrl(u 123) res=-1 errno=22
08-04 14:31:30.092: I/qtaguid(15542): Untagging socket 123 failed errno=-22
08-04 14:31:36.338: I/qtaguid(15542): Failed write_ctrl(u 116) res=-1 errno=22
08-04 14:31:36.338: I/qtaguid(15542): Untagging socket 116 failed errno=-22
08-04 14:31:36.368: I/qtaguid(15542): Failed write_ctrl(t 116 43082816946176 1074812240) res=-1 errno=1
08-04 14:31:36.368: I/qtaguid(15542): Tagging socket 116 with tag 272f00000000(10031) for uid 1074812240 failed errno=-1
08-04 14:31:36.368: I/qtaguid(15542): Failed write_ctrl(t 118 43082816946176 1074812240) res=-1 errno=1
08-04 14:31:36.368: I/qtaguid(15542): Tagging socket 118 with tag 272f00000000(10031) for uid 1074812240 failed errno=-1
08-04 14:31:36.378: I/qtaguid(15542): Failed write_ctrl(t 123 43082816946176 1074812240) res=-1 errno=1
08-04 14:31:36.378: I/qtaguid(15542): Tagging socket 123 with tag 272f00000000(10031) for uid 1074812240 failed errno=-1
08-04 14:31:46.388: I/qtaguid(15542): Failed write_ctrl(u 116) res=-1 errno=22
08-04 14:31:46.388: I/qtaguid(15542): Untagging socket 116 failed errno=-22
08-04 14:31:46.388: I/qtaguid(15542): Failed write_ctrl(u 118) res=-1 errno=22
08-04 14:31:46.388: I/qtaguid(15542): Untagging socket 118 failed errno=-22
08-04 14:31:46.388: I/qtaguid(15542): Failed write_ctrl(u 123) res=-1 errno=22
08-04 14:31:46.388: I/qtaguid(15542): Untagging socket 123 failed errno=-22
08-04 14:31:46.438: I/qtaguid(15542): Failed write_ctrl(t 116 43082816946176 825047349) res=-1 errno=1
08-04 14:31:46.438: I/qtaguid(15542): Tagging socket 116 with tag 272f00000000(10031) for uid 825047349 failed errno=-1
08-04 14:31:46.448: I/qtaguid(15542): Failed write_ctrl(t 118 43082816946176 825047349) res=-1 errno=1
08-04 14:31:46.448: I/qtaguid(15542): Tagging socket 118 with tag 272f00000000(10031) for uid 825047349 failed errno=-1
08-04 14:31:46.448: I/qtaguid(15542): Failed write_ctrl(t 123 43082816946176 825047349) res=-1 errno=1
08-04 14:31:46.448: I/qtaguid(15542): Tagging socket 123 with tag 272f00000000(10031) for uid 825047349 failed errno=-1
08-04 14:31:56.458: I/qtaguid(15542): Failed write_ctrl(u 116) res=-1 errno=22
08-04 14:31:56.458: I/qtaguid(15542): Untagging socket 116 failed errno=-22
08-04 14:31:56.458: I/qtaguid(15542): Failed write_ctrl(u 118) res=-1 errno=22
08-04 14:31:56.458: I/qtaguid(15542): Untagging socket 118 failed errno=-22
08-04 14:31:56.458: I/qtaguid(15542): Failed write_ctrl(u 123) res=-1 errno=22
08-04 14:31:56.458: I/qtaguid(15542): Untagging socket 123 failed errno=-22
08-04 14:31:56.508: I/qtaguid(15542): Failed write_ctrl(t 116 43082816946176 771781733) res=-1 errno=1
08-04 14:31:56.508: I/qtaguid(15542): Tagging socket 116 with tag 272f00000000(10031) for uid 771781733 failed errno=-1
08-04 14:31:56.508: I/qtaguid(15542): Failed write_ctrl(t 118 43082816946176 771781733) res=-1 errno=1
08-04 14:31:56.508: I/qtaguid(15542): Tagging socket 118 with tag 272f00000000(10031) for uid 771781733 failed errno=-1
08-04 14:31:56.518: I/qtaguid(15542): Failed write_ctrl(t 123 43082816946176 771781733) res=-1 errno=1
08-04 14:31:56.518: I/qtaguid(15542): Tagging socket 123 with tag 272f00000000(10031) for uid 771781733 failed errno=-1
Esto sucede en dos proyectos en los que he trabajado. El anterior tenía que mojarse los pies con el desarrollo de PhoneGap. Ese proyecto fue muy simple y no tenía nada avanzado. Básicamente todo lo que haría es enviar a un sitio web y procesar la respuesta. Fue puramente desarrollado en el lado de JavaScript. Reparte los mismos mensajes QTAGUID.
Los proyectos son ambos jquery 1.7/jquerymobile 1.1.1
y cordova. (El proyecto anterior es cordova 1.6, nuevo es 1.9)
He estado investigando esto desde hace un tiempo y no he encontrado ninguna información relevante al respecto. ¡Cualquier idea sería apreciada! Gracias.
¿Parece que hay un problema con el kernel y las iptables? ¿Qué versión de Android estás usando? – t0mm13b
4.0.3, ICS Tengo un HTC Evo 3D, en la red Rogers (Canadá) – Rakshasas
Esto también solo ocurre con mis 2 proyectos. No recibo un mensaje de ninguna otra aplicación en ejecución con respecto a QTAGUID. – Rakshasas