at least crash with better stack trace in ImportOperation
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user