at least crash with better stack trace in ImportOperation

This commit is contained in:
Vincent Breitmoser 2017-01-13 20:26:29 +01:00
parent 4e9e113879
commit 5268db3393

View file

@ -512,7 +512,7 @@ public class ImportOperation extends BaseOperation<ImportKeyringParcel> {
// Since serialKeyRingImport does not throw any exceptions, this is what
// would have happened if
// we were importing the key on this thread
throw new RuntimeException();
throw new RuntimeException(e);
}
}
}