Loading packages/LocalTransport/src/com/android/localtransport/LocalTransport.java +1 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,7 @@ public class LocalTransport extends BackupTransport { try (FileOutputStream out = new FileOutputStream(element)) { out.write(op.value, 0, op.value.length); } catch (IOException e) { Log.e(TAG, "Unable to update key file " + element); Log.e(TAG, "Unable to update key file " + element, e); return TRANSPORT_ERROR; } } Loading Loading
packages/LocalTransport/src/com/android/localtransport/LocalTransport.java +1 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,7 @@ public class LocalTransport extends BackupTransport { try (FileOutputStream out = new FileOutputStream(element)) { out.write(op.value, 0, op.value.length); } catch (IOException e) { Log.e(TAG, "Unable to update key file " + element); Log.e(TAG, "Unable to update key file " + element, e); return TRANSPORT_ERROR; } } Loading