gameNetwork.request API issue Exception ( java.net.UnknownHostException: drawable )

gameNetwork.request (openfeint) Problem on Android

The API gameNetwork.request works correctly.
The problem is that this API issue exception message.

Whenever I try to submit the high score using gameNetwork.request (openfeint)
the following error message appear on Android device. (no problem with iPhone)

05-18 16:52:33.625: W/System.err(2193): java.net.UnknownHostException: drawable
05-18 16:52:33.656: W/System.err(2193): at java.net.InetAddress.lookupHostByName(InetAddress.java:506)
05-18 16:52:33.656: W/System.err(2193): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:294)
05-18 16:52:33.656: W/System.err(2193): at java.net.InetAddress.getAllByName(InetAddress.java:256)
05-18 16:52:33.656: W/System.err(2193): at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:136)
05-18 16:52:33.656: W/System.err(2193): at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
05-18 16:52:33.656: W/System.err(2193): at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
05-18 16:52:33.656: W/System.err(2193): at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:359)
05-18 16:52:33.656: W/System.err(2193): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
05-18 16:52:33.656: W/System.err(2193): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:653)
05-18 16:52:33.656: W/System.err(2193): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:627)
05-18 16:52:33.656: W/System.err(2193): at com.openfeint.internal.request.BaseRequest.exec(BaseRequest.java:251)
05-18 16:52:33.656: W/System.err(2193): at com.openfeint.internal.request.Client$5.run(Client.java:182)
05-18 16:52:33.656: W/System.err(2193): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:444)
05-18 16:52:33.656: W/System.err(2193): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)
05-18 16:52:33.656: W/System.err(2193): at java.util.concurrent.FutureTask.run(FutureTask.java:138)
05-18 16:52:33.656: W/System.err(2193): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
05-18 16:52:33.656: W/System.err(2193): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
05-18 16:52:33.660: W/System.err(2193): at java.lang.Thread.run(Thread.java:1019)

Recording the high score on openfeint has done without problem.
It means, there is no problem using gameNetwork.request (on openfeint )

But, I don’t want the exception message because Google Play(Google Market) counts the errors of the app,
and reports every error which occurred on android device.

Is there a way to remove the above message?

Thank you in advance for your cooperation. [import]uid: 104920 topic_id: 26648 reply_id: 326648[/import]