File tree 2 files changed +10
-9
lines changed
src/com/loopj/android/http 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <classpath >
3
- <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
4
- <classpathentry kind =" src" path =" src" />
5
- <classpathentry kind =" src" path =" gen" />
6
- <classpathentry kind =" src" path =" examples" />
7
- <classpathentry kind =" output" path =" bin/classes" />
8
- </classpath >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
4
+ <classpathentry kind =" src" path =" src" />
5
+ <classpathentry kind =" src" path =" gen" />
6
+ <classpathentry kind =" src" path =" examples" />
7
+ <classpathentry exported =" true" kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
8
+ <classpathentry kind =" output" path =" bin/classes" />
9
+ </classpath >
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ protected void handleMessage(Message msg) {
142
142
break ;
143
143
case FAILURE_MESSAGE :
144
144
response = (Object [])msg .obj ;
145
- handleFailureMessage ((Throwable )response [0 ], ( byte []) response [1 ]);
145
+ handleFailureMessage ((Throwable )response [0 ], response [1 ]. toString () );
146
146
break ;
147
147
default :
148
148
super .handleMessage (msg );
You can’t perform that action at this time.
0 commit comments