Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Charles
Nebulo
Commits
04fd9d4a
Commit
04fd9d4a
authored
Mar 07, 2019
by
Daniel Wolf
Browse files
Log the url the address is being created for
parent
60b3a7be
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/dialog/NewServerDialog.kt
View file @
04fd9d4a
...
...
@@ -12,6 +12,7 @@ import com.frostnerd.lifecyclemanagement.BaseDialog
import
com.frostnerd.materialedittext.MaterialEditText
import
com.frostnerd.smokescreen.R
import
com.frostnerd.smokescreen.getPreferences
import
com.frostnerd.smokescreen.log
import
kotlinx.android.synthetic.main.dialog_new_server.*
/*
...
...
@@ -100,6 +101,7 @@ class NewServerDialog(
}
private
fun
createUpstreamAddress
(
url
:
String
):
HttpsUpstreamAddress
{
context
.
log
(
"Creating HttpsUpstreamAddress for `$url`"
)
var
host
=
""
var
port
:
Int
?
=
null
var
path
:
String
?
=
null
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment