Loading app/src/main/java/com/nextcloud/android/sso/InputStreamBinder.java +2 −2 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { InputStream resultStream = new java.io.SequenceInputStream(exceptionStream, response.getBody()); return ParcelFileDescriptorUtil.pipeFrom(resultStream, thread -> Logger.INSTANCE.getLog().log(Level.SEVERE, "InputStreamBinder: Done sending result"), thread -> Logger.INSTANCE.getLog().log(Level.INFO, "InputStreamBinder: Done sending result"), response.getMethod()); } catch (IOException e) { Logger.INSTANCE.getLog().log(Level.SEVERE, "Error while sending response back to client app", e); Loading Loading @@ -373,7 +373,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { // If response body is available if (inputStream != null) { total = inputStreamToString(inputStream); Logger.INSTANCE.getLog().log(Level.SEVERE, "InputStreamBinder: " + total); Logger.INSTANCE.getLog().log(Level.INFO, "InputStreamBinder: " + total); } method.releaseConnection(); Loading Loading
app/src/main/java/com/nextcloud/android/sso/InputStreamBinder.java +2 −2 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { InputStream resultStream = new java.io.SequenceInputStream(exceptionStream, response.getBody()); return ParcelFileDescriptorUtil.pipeFrom(resultStream, thread -> Logger.INSTANCE.getLog().log(Level.SEVERE, "InputStreamBinder: Done sending result"), thread -> Logger.INSTANCE.getLog().log(Level.INFO, "InputStreamBinder: Done sending result"), response.getMethod()); } catch (IOException e) { Logger.INSTANCE.getLog().log(Level.SEVERE, "Error while sending response back to client app", e); Loading Loading @@ -373,7 +373,7 @@ public class InputStreamBinder extends IInputStreamService.Stub { // If response body is available if (inputStream != null) { total = inputStreamToString(inputStream); Logger.INSTANCE.getLog().log(Level.SEVERE, "InputStreamBinder: " + total); Logger.INSTANCE.getLog().log(Level.INFO, "InputStreamBinder: " + total); } method.releaseConnection(); Loading