Skip to content

Instantly share code, notes, and snippets.

@kylemsguy
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylemsguy/84ecef55d046bb552c24 to your computer and use it in GitHub Desktop.
Save kylemsguy/84ecef55d046bb552c24 to your computer and use it in GitHub Desktop.
tcas-app-logcat
06-18 13:52:39.166: I/System.out(15676): Sending 'GET' request to URL : http://twocansandstring.com/login/
06-18 13:52:39.166: I/System.out(15676): Response Code : 200
06-18 13:52:39.186: I/System.out(15676): Extracting form's data...
06-18 13:52:39.977: I/System.out(15676): Sending 'POST' request to URL : http://twocansandstring.com/login/
06-18 13:52:39.977: I/System.out(15676): Post parameters : login_username=AppTester&login_password=CENSOR&submit=Loggest+In
06-18 13:52:39.977: I/System.out(15676): Response Code ... 302
06-18 13:52:40.368: I/System.out(15676): Sending 'GET' request to URL : http://twocansandstring.com/apiw/qa/getquestion/
06-18 13:52:40.368: I/System.out(15676): Response Code : 200
06-18 13:52:40.378: I/System.out(15676): Login Failed
06-18 13:52:40.728: I/System.out(15676): Sending 'GET' request to URL : http://twocansandstring.com/apiw/qa/getquestion/
06-18 13:52:40.728: I/System.out(15676): Response Code : 200
[here the dialog saying "Login failed. Check your username or password." appears]
06-18 13:52:40.798: I/Choreographer(15676): Skipped 132 frames! The application may be doing too much work on its main thread.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment