Skip to content

Commit 86576af

Browse files
committed
add log line
1 parent 40eb41e commit 86576af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

base/src/main/java/io/github/sds100/keymapper/base/promode/SystemBridgeAutoStarter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ class SystemBridgeAutoStarter @Inject constructor(
211211
) {
212212
// Wait a minute so the device can connect to a WiFi network, or a Shizuku
213213
// client can automatically connect on boot.
214+
Timber.i("Waiting 60 seconds before auto starting system bridge")
214215
delay(60000)
215216
val autoStartType = autoStartTypeFlow.first()
216217

0 commit comments

Comments
 (0)