at least crash with better stack trace in ImportOperation

This commit is contained in:
Vincent Breitmoser
2017-01-14 14:09:58 +01:00
parent 4e9e113879
commit 5268db3393
@@ -512,7 +512,7 @@ public class ImportOperation extends BaseOperation<ImportKeyringParcel> {
// Since serialKeyRingImport does not throw any exceptions, this is what // Since serialKeyRingImport does not throw any exceptions, this is what
// would have happened if // would have happened if
// we were importing the key on this thread // we were importing the key on this thread
throw new RuntimeException(); throw new RuntimeException(e);
} }
} }
} }