mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-06 15:36:45 +00:00
add stacktrace of ssl exception
This commit is contained in:
parent
e665af2a1e
commit
10c285a811
@ -70,8 +70,10 @@ class GetRemoteStatusOperation : RemoteOperation<OwnCloudVersion>() {
|
||||
requestResult.printLog();
|
||||
requester.handleRequestResult(requestResult, baseUrl)
|
||||
} catch (e: JSONException) {
|
||||
Timber.d(e.stackTraceToString())
|
||||
RemoteOperationResult(ResultCode.INSTANCE_NOT_CONFIGURED)
|
||||
} catch (e: Exception) {
|
||||
Timber.d(e.stackTraceToString())
|
||||
RemoteOperationResult(e)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user