Skip to content

Commit 2a3719b

Browse files
Add files via upload
1 parent 93e861f commit 2a3719b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/kotlin/com/google/ai/sample/TrialTimerService.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ class TrialTimerService : Service() {
156156
} catch (e: SocketTimeoutException) {
157157
Log.e(TAG, "Failed to fetch internet time: Socket Timeout after $CONNECTION_TIMEOUT_MS ms (connect) or $READ_TIMEOUT_MS ms (read). Attempt ${attempt + 1}", e)
158158
} catch (e: MalformedURLException) {
159-
Log.e(TAG, "Failed to fetch internet time: Malformed URL neğinTIME_API_URL
160-
. Stopping timer logic.", e)
159+
Log.e(TAG, "Failed to fetch internet time: Malformed URL $TIME_API_URL . Stopping timer logic.", e)
161160
stopTimerLogic() // URL is wrong, no point in retrying
162161
return@launch
163162
} catch (e: IOException) {

0 commit comments

Comments
 (0)