mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-05 22:44:47 +00:00
refact: [GRPC] downgrade android grpc version (#73)
* Revert "Fix an issue with the release yml (#58)"
This reverts commit 1707aebf0f.
* refact: [ANDROID] downgrade grpc version
* FloconLogger is mutable
* Update README.md
* fix grpc url
---------
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
a97eb95f67
commit
fb21b729a3
5 changed files with 8 additions and 7 deletions
|
|
@ -56,7 +56,7 @@ fun toUi(httpRequest: FloconHttpRequestDomainModel): NetworkItemViewState = Netw
|
|||
fun getDomainUi(httpRequest: FloconHttpRequestDomainModel): String = when (val t = httpRequest.type) {
|
||||
is FloconHttpRequestDomainModel.Type.GraphQl -> extractDomainAndPath(httpRequest.url)
|
||||
is FloconHttpRequestDomainModel.Type.Http -> extractDomain(httpRequest.url)
|
||||
is FloconHttpRequestDomainModel.Type.Grpc -> extractDomain(httpRequest.url)
|
||||
is FloconHttpRequestDomainModel.Type.Grpc -> httpRequest.url
|
||||
}
|
||||
|
||||
fun formatDuration(duration: Double): String = duration.milliseconds.toString(unit = DurationUnit.MILLISECONDS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue