On Wed, Aug 7, 2013 at 12:13 AM, Lekh Raj <[email protected]> wrote:
> Is there any other way to debug this and identify what might be going
> wrong?
>
> public void sendMsg(View view) {
> EditText msgTxt = (EditText) findViewById(R.id.editText1);
> String msg = msgTxt.getText().toString();
> System.out.println("Note to be inserted - " + msg);
>
> if (msg.length() > 0){
> new EndpointsTask().execute(**getApplicationContext());
> }
> }
>
Well, that looks like Android + Endpoints client code, so there's nothing
to debug in regards to the datastore. What code are you using server-side
to interact with the datastore?
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL
App Engine Code Samples: http://www.learntogoogleit.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.