File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed 
src/com/loopj/android/http Expand file tree Collapse file tree 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) {
142142                break ;
143143            case  FAILURE_MESSAGE :
144144                response  = (Object [])msg .obj ;
145-                 handleFailureMessage ((Throwable )response [0 ], ( byte []) response [1 ]);
145+                 handleFailureMessage ((Throwable )response [0 ], response [1 ]. toString () );
146146                break ;
147147            default :
148148                super .handleMessage (msg );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments