python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add note to logcat output for thread exception error when instantiating soapclient before soap helper #157

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I recently (this morning) figured out, that if you are using the SoapClient, 
and you instantiated the SoapClient before the SoapHelper, you will get a null 
pointer exception.  The logcat output is very useless in determining the 
problem.  I added a javadoc note for the constructor of SoapClient, but I think 
a note should be added to the logcat output in case someone forgets to do this 
(kind of like the note about, "Did you add the activity to the manifest?", that 
has saved me a lot of time).

I wasn't sure where the best place to put this logcat output would be, so I 
leave it up to you to determine.  Thanks.

Original issue reported on code.google.com by bric...@gmail.com on 16 May 2013 at 2:28