soul-browser/app/smali_classes4/okhttp3/internal/connection/FastFallbackExchangeFinder.smali
KaKi87 550ddb0413
Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1)
* Decompile and recreate Soul Browser v1.4.85 with APK CI builds

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix CI build: include bundled google.jks and remove PR trigger

The apktool build failed in CI because app/unknown/.../google.jks was
excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files
and commit the missing resource.

Also remove the redundant pull_request workflow trigger.

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Change package ID to com.github.kaki87.soulbrowser

Rename the application ID so the rebuilt APK can be installed
alongside the original Soul Browser from Google Play.

- Update AndroidManifest package, permissions, providers, and actions
- Update R class references in smali (com/github/kaki87/soulbrowser/R)
- Update shortcuts.xml targetPackage
- Rename app label to "Soul Rebuild" for easy identification

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix install compatibility: remove split APK metadata and bundle native libs

The rebuilt APK still declared requiredSplitTypes and Play Store split
metadata, causing Android to reject standalone installs as incompatible.

- Remove requiredSplitTypes and split-related manifest meta-data
- Merge native libs from all ABI splits with uncompressed storage
- Page-align before signing for extractNativeLibs=false
- Add .so to apktool doNotCompress list

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix install failure: use apksigner v2/v3 and bundle arm64 native libs

Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only
produces v1 signatures, causing Android to reject the install.

- Sign with apksigner (v1+v2+v3) instead of jarsigner
- Add arm64-v8a native libraries from universal Soul Browser 1.4.79
- Set extractNativeLibs=true for reliable sideload installs
- Commit stable debug keystore for consistent signatures across builds

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Add committed debug keystore for consistent APK signatures

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix startup crash: use original classes2.dex desugar libraries

Apktool recompiles smali_classes2 into a broken classes2.dex, causing
ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init.

Inject the original classes2.dex (Java 8+ desugar libs) after apktool
build instead of using the recompiled version.

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix missing drawable resources from density split APKs

The base APK is an app bundle module; density-specific drawables like
seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild,
causing Resources$NotFoundException at runtime.

- Merge non-9-patch resources from split APKs before apktool build
- Sync public.xml IDs from R smali only when backing files exist
- Add 713 density-specific resource IDs to public.xml

Co-authored-by: KaKi87 <KaKi87@pm.me>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-08-10 16:07:14 +02:00

908 lines
20 KiB
Smali

.class public final Lokhttp3/internal/connection/FastFallbackExchangeFinder;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lokhttp3/internal/connection/ExchangeFinder;
# annotations
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u0008\u0000\u0018\u00002\u00020\u0001\u00a8\u0006\u0002"
}
d2 = {
"Lokhttp3/internal/connection/FastFallbackExchangeFinder;",
"Lokhttp3/internal/connection/ExchangeFinder;",
"okhttp"
}
k = 0x1
mv = {
0x2,
0x2,
0x0
}
xi = 0x30
.end annotation
# instance fields
.field public final a:Lokhttp3/internal/connection/RealRoutePlanner;
.field public final b:Lokhttp3/internal/concurrent/TaskRunner;
.field public final c:J
.field public d:J
.field public final e:Ljava/util/concurrent/CopyOnWriteArrayList;
.field public final f:Ljava/util/concurrent/BlockingQueue;
# direct methods
.method public constructor <init>(Lokhttp3/internal/connection/RealRoutePlanner;Lokhttp3/internal/concurrent/TaskRunner;)V
.locals 2
.line 1
const-string v0, "routePlanner"
.line 2
.line 3
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 4
.line 5
.line 6
const-string v0, "taskRunner"
.line 7
.line 8
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 9
.line 10
.line 11
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 12
.line 13
.line 14
iput-object p1, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->a:Lokhttp3/internal/connection/RealRoutePlanner;
.line 15
.line 16
iput-object p2, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->b:Lokhttp3/internal/concurrent/TaskRunner;
.line 17
.line 18
sget-object p1, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
.line 19
.line 20
const-wide/16 v0, 0xfa
.line 21
.line 22
invoke-virtual {p1, v0, v1}, Ljava/util/concurrent/TimeUnit;->toNanos(J)J
.line 23
.line 24
.line 25
move-result-wide v0
.line 26
iput-wide v0, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->c:J
.line 27
.line 28
const-wide/high16 v0, -0x8000000000000000L
.line 29
.line 30
iput-wide v0, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->d:J
.line 31
.line 32
new-instance p1, Ljava/util/concurrent/CopyOnWriteArrayList;
.line 33
.line 34
invoke-direct {p1}, Ljava/util/concurrent/CopyOnWriteArrayList;-><init>()V
.line 35
.line 36
.line 37
iput-object p1, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->e:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 38
.line 39
iget-object p1, p2, Lokhttp3/internal/concurrent/TaskRunner;->c:Lokhttp3/internal/concurrent/TaskRunner$RealBackend;
.line 40
.line 41
new-instance p1, Ljava/util/concurrent/LinkedBlockingDeque;
.line 42
.line 43
invoke-direct {p1}, Ljava/util/concurrent/LinkedBlockingDeque;-><init>()V
.line 44
.line 45
.line 46
const-string p2, "queue"
.line 47
.line 48
invoke-static {p1, p2}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 49
.line 50
.line 51
iput-object p1, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->f:Ljava/util/concurrent/BlockingQueue;
.line 52
.line 53
return-void
.end method
# virtual methods
.method public final a()Lokhttp3/internal/connection/RealConnection;
.locals 10
.line 1
iget-object v0, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->a:Lokhttp3/internal/connection/RealRoutePlanner;
.line 2
.line 3
iget-object v1, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->e:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 4
.line 5
const/4 v2, 0x0
.line 6
move-object v3, v2
.line 7
:cond_0
:goto_0
:try_start_0
invoke-virtual {v1}, Ljava/util/concurrent/CopyOnWriteArrayList;->isEmpty()Z
.line 8
.line 9
.line 10
move-result v4
.line 11
if-eqz v4, :cond_2
.line 12
.line 13
invoke-virtual {v0, v2}, Lokhttp3/internal/connection/RealRoutePlanner;->a(Lokhttp3/internal/connection/RealConnection;)Z
.line 14
.line 15
.line 16
move-result v4
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 17
if-eqz v4, :cond_1
.line 18
.line 19
goto :goto_1
.line 20
:cond_1
invoke-virtual {p0}, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->c()V
.line 21
.line 22
.line 23
invoke-static {v3}, Lkotlin/jvm/internal/Intrinsics;->checkNotNull(Ljava/lang/Object;)V
.line 24
.line 25
.line 26
throw v3
.line 27
:catchall_0
move-exception v0
.line 28
goto/16 :goto_8
.line 29
.line 30
:cond_2
:goto_1
:try_start_1
iget-object v4, v0, Lokhttp3/internal/connection/RealRoutePlanner;->k:Lokhttp3/internal/connection/RealCall;
.line 31
.line 32
iget-boolean v4, v4, Lokhttp3/internal/connection/RealCall;->u:Z
.line 33
.line 34
if-nez v4, :cond_f
.line 35
.line 36
iget-object v4, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->b:Lokhttp3/internal/concurrent/TaskRunner;
.line 37
.line 38
iget-object v4, v4, Lokhttp3/internal/concurrent/TaskRunner;->c:Lokhttp3/internal/concurrent/TaskRunner$RealBackend;
.line 39
.line 40
invoke-static {}, Ljava/lang/System;->nanoTime()J
.line 41
.line 42
.line 43
move-result-wide v4
.line 44
iget-wide v6, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->d:J
.line 45
.line 46
sub-long/2addr v6, v4
.line 47
invoke-virtual {v1}, Ljava/util/concurrent/CopyOnWriteArrayList;->isEmpty()Z
.line 48
.line 49
.line 50
move-result v8
.line 51
if-nez v8, :cond_4
.line 52
.line 53
const-wide/16 v8, 0x0
.line 54
.line 55
cmp-long v8, v6, v8
.line 56
.line 57
if-gtz v8, :cond_3
.line 58
.line 59
goto :goto_2
.line 60
:cond_3
move-wide v7, v6
.line 61
move-object v6, v2
.line 62
goto :goto_3
.line 63
:cond_4
:goto_2
invoke-virtual {p0}, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->d()Lokhttp3/internal/connection/RoutePlanner$ConnectResult;
.line 64
.line 65
.line 66
move-result-object v6
.line 67
iget-wide v7, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->c:J
.line 68
.line 69
add-long/2addr v4, v7
.line 70
iput-wide v4, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->d:J
.line 71
.line 72
:goto_3
if-nez v6, :cond_7
.line 73
.line 74
sget-object v4, Ljava/util/concurrent/TimeUnit;->NANOSECONDS:Ljava/util/concurrent/TimeUnit;
.line 75
.line 76
invoke-virtual {v1}, Ljava/util/concurrent/CopyOnWriteArrayList;->isEmpty()Z
.line 77
.line 78
.line 79
move-result v5
.line 80
if-eqz v5, :cond_5
.line 81
.line 82
:goto_4
move-object v6, v2
.line 83
goto :goto_5
.line 84
:cond_5
iget-object v5, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->f:Ljava/util/concurrent/BlockingQueue;
.line 85
.line 86
invoke-interface {v5, v7, v8, v4}, Ljava/util/concurrent/BlockingQueue;->poll(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
.line 87
.line 88
.line 89
move-result-object v4
.line 90
check-cast v4, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;
.line 91
.line 92
if-nez v4, :cond_6
.line 93
.line 94
goto :goto_4
.line 95
:cond_6
iget-object v5, v4, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->a:Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 96
.line 97
invoke-virtual {v1, v5}, Ljava/util/concurrent/CopyOnWriteArrayList;->remove(Ljava/lang/Object;)Z
.line 98
.line 99
.line 100
move-object v6, v4
.line 101
:goto_5
if-nez v6, :cond_7
.line 102
.line 103
goto :goto_0
.line 104
:cond_7
iget-object v4, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->a:Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 105
.line 106
iget-object v5, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->b:Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 107
.line 108
const/4 v7, 0x0
.line 109
const/4 v8, 0x1
.line 110
if-nez v5, :cond_8
.line 111
.line 112
iget-object v5, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->c:Ljava/lang/Throwable;
.line 113
.line 114
if-nez v5, :cond_8
.line 115
.line 116
move v5, v8
.line 117
goto :goto_6
.line 118
:cond_8
move v5, v7
.line 119
:goto_6
if-eqz v5, :cond_b
.line 120
.line 121
invoke-virtual {p0}, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->c()V
.line 122
.line 123
.line 124
invoke-interface {v4}, Lokhttp3/internal/connection/RoutePlanner$Plan;->isReady()Z
.line 125
.line 126
.line 127
move-result v5
.line 128
if-nez v5, :cond_9
.line 129
.line 130
invoke-interface {v4}, Lokhttp3/internal/connection/RoutePlanner$Plan;->f()Lokhttp3/internal/connection/RoutePlanner$ConnectResult;
.line 131
.line 132
.line 133
move-result-object v6
.line 134
:cond_9
iget-object v4, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->b:Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 135
.line 136
if-nez v4, :cond_a
.line 137
.line 138
iget-object v4, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->c:Ljava/lang/Throwable;
.line 139
.line 140
if-nez v4, :cond_a
.line 141
.line 142
move v7, v8
.line 143
:cond_a
if-eqz v7, :cond_b
.line 144
.line 145
iget-object v0, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->a:Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 146
.line 147
invoke-interface {v0}, Lokhttp3/internal/connection/RoutePlanner$Plan;->c()Lokhttp3/internal/connection/RealConnection;
.line 148
.line 149
.line 150
move-result-object v0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 151
invoke-virtual {p0}, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->c()V
.line 152
.line 153
.line 154
return-object v0
.line 155
:cond_b
:try_start_2
iget-object v4, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->c:Ljava/lang/Throwable;
.line 156
.line 157
if-eqz v4, :cond_e
.line 158
.line 159
instance-of v5, v4, Ljava/io/IOException;
.line 160
.line 161
if-eqz v5, :cond_d
.line 162
.line 163
if-nez v3, :cond_c
.line 164
.line 165
check-cast v4, Ljava/io/IOException;
.line 166
.line 167
move-object v3, v4
.line 168
goto :goto_7
.line 169
:cond_c
invoke-static {v3, v4}, Lkotlin/ExceptionsKt;->addSuppressed(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
.line 170
.line 171
.line 172
goto :goto_7
.line 173
:cond_d
throw v4
.line 174
:cond_e
:goto_7
iget-object v4, v6, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;->b:Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 175
.line 176
if-eqz v4, :cond_0
.line 177
.line 178
iget-object v5, v0, Lokhttp3/internal/connection/RealRoutePlanner;->p:Lkotlin/collections/ArrayDeque;
.line 179
.line 180
invoke-virtual {v5, v4}, Lkotlin/collections/ArrayDeque;->addFirst(Ljava/lang/Object;)V
.line 181
.line 182
.line 183
goto/16 :goto_0
.line 184
.line 185
:cond_f
new-instance v0, Ljava/io/IOException;
.line 186
.line 187
const-string v1, "Canceled"
.line 188
.line 189
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
.line 190
.line 191
.line 192
throw v0
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
.line 193
:goto_8
invoke-virtual {p0}, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->c()V
.line 194
.line 195
.line 196
throw v0
.end method
.method public final b()Lokhttp3/internal/connection/RoutePlanner;
.locals 1
.line 1
iget-object v0, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->a:Lokhttp3/internal/connection/RealRoutePlanner;
.line 2
.line 3
return-object v0
.end method
.method public final c()V
.locals 4
.line 1
iget-object v0, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->e:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 2
.line 3
invoke-virtual {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;->iterator()Ljava/util/Iterator;
.line 4
.line 5
.line 6
move-result-object v1
.line 7
const-string v2, "iterator(...)"
.line 8
.line 9
invoke-static {v1, v2}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
.line 10
.line 11
.line 12
:goto_0
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
.line 13
.line 14
.line 15
move-result v2
.line 16
if-eqz v2, :cond_1
.line 17
.line 18
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
.line 19
.line 20
.line 21
move-result-object v2
.line 22
check-cast v2, Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 23
.line 24
invoke-interface {v2}, Lokhttp3/internal/connection/RoutePlanner$Plan;->cancel()V
.line 25
.line 26
.line 27
invoke-interface {v2}, Lokhttp3/internal/connection/RoutePlanner$Plan;->a()Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 28
.line 29
.line 30
move-result-object v2
.line 31
if-nez v2, :cond_0
.line 32
.line 33
goto :goto_0
.line 34
:cond_0
iget-object v3, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->a:Lokhttp3/internal/connection/RealRoutePlanner;
.line 35
.line 36
iget-object v3, v3, Lokhttp3/internal/connection/RealRoutePlanner;->p:Lkotlin/collections/ArrayDeque;
.line 37
.line 38
invoke-virtual {v3, v2}, Lkotlin/collections/ArrayDeque;->addLast(Ljava/lang/Object;)V
.line 39
.line 40
.line 41
goto :goto_0
.line 42
:cond_1
invoke-virtual {v0}, Ljava/util/concurrent/CopyOnWriteArrayList;->clear()V
.line 43
.line 44
.line 45
return-void
.end method
.method public final d()Lokhttp3/internal/connection/RoutePlanner$ConnectResult;
.locals 7
.line 1
iget-object v0, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->a:Lokhttp3/internal/connection/RealRoutePlanner;
.line 2
.line 3
const/4 v1, 0x0
.line 4
invoke-virtual {v0, v1}, Lokhttp3/internal/connection/RealRoutePlanner;->a(Lokhttp3/internal/connection/RealConnection;)Z
.line 5
.line 6
.line 7
move-result v2
.line 8
if-eqz v2, :cond_2
.line 9
.line 10
:try_start_0
invoke-virtual {v0}, Lokhttp3/internal/connection/RealRoutePlanner;->d()Lokhttp3/internal/connection/RoutePlanner$Plan;
.line 11
.line 12
.line 13
move-result-object v2
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 14
goto :goto_0
.line 15
:catchall_0
move-exception v2
.line 16
new-instance v3, Lokhttp3/internal/connection/FailedPlan;
.line 17
.line 18
invoke-direct {v3, v2}, Lokhttp3/internal/connection/FailedPlan;-><init>(Ljava/lang/Throwable;)V
.line 19
.line 20
.line 21
move-object v2, v3
.line 22
:goto_0
invoke-interface {v2}, Lokhttp3/internal/connection/RoutePlanner$Plan;->isReady()Z
.line 23
.line 24
.line 25
move-result v3
.line 26
if-eqz v3, :cond_0
.line 27
.line 28
new-instance v0, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;
.line 29
.line 30
const/4 v3, 0x6
.line 31
invoke-direct {v0, v2, v1, v1, v3}, Lokhttp3/internal/connection/RoutePlanner$ConnectResult;-><init>(Lokhttp3/internal/connection/RoutePlanner$Plan;Lokhttp3/internal/connection/ConnectPlan;Ljava/lang/Throwable;I)V
.line 32
.line 33
.line 34
return-object v0
.line 35
:cond_0
instance-of v3, v2, Lokhttp3/internal/connection/FailedPlan;
.line 36
.line 37
if-eqz v3, :cond_1
.line 38
.line 39
check-cast v2, Lokhttp3/internal/connection/FailedPlan;
.line 40
.line 41
iget-object v0, v2, Lokhttp3/internal/connection/FailedPlan;->c:Lokhttp3/internal/connection/RoutePlanner$ConnectResult;
.line 42
.line 43
return-object v0
.line 44
:cond_1
iget-object v3, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->e:Ljava/util/concurrent/CopyOnWriteArrayList;
.line 45
.line 46
invoke-virtual {v3, v2}, Ljava/util/concurrent/CopyOnWriteArrayList;->add(Ljava/lang/Object;)Z
.line 47
.line 48
.line 49
new-instance v3, Ljava/lang/StringBuilder;
.line 50
.line 51
invoke-direct {v3}, Ljava/lang/StringBuilder;-><init>()V
.line 52
.line 53
.line 54
sget-object v4, Lokhttp3/internal/_UtilJvmKt;->b:Ljava/lang/String;
.line 55
.line 56
invoke-virtual {v3, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 57
.line 58
.line 59
const-string v4, " connect "
.line 60
.line 61
invoke-virtual {v3, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 62
.line 63
.line 64
iget-object v0, v0, Lokhttp3/internal/connection/RealRoutePlanner;->i:Lokhttp3/Address;
.line 65
.line 66
iget-object v0, v0, Lokhttp3/Address;->h:Lokhttp3/HttpUrl;
.line 67
.line 68
invoke-virtual {v0}, Lokhttp3/HttpUrl;->f()Ljava/lang/String;
.line 69
.line 70
.line 71
move-result-object v0
.line 72
invoke-virtual {v3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 73
.line 74
.line 75
invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
.line 76
.line 77
.line 78
move-result-object v0
.line 79
iget-object v3, p0, Lokhttp3/internal/connection/FastFallbackExchangeFinder;->b:Lokhttp3/internal/concurrent/TaskRunner;
.line 80
.line 81
invoke-virtual {v3}, Lokhttp3/internal/concurrent/TaskRunner;->d()Lokhttp3/internal/concurrent/TaskQueue;
.line 82
.line 83
.line 84
move-result-object v3
.line 85
new-instance v4, Lokhttp3/internal/connection/FastFallbackExchangeFinder$launchTcpConnect$1;
.line 86
.line 87
invoke-direct {v4, v0, v2, p0}, Lokhttp3/internal/connection/FastFallbackExchangeFinder$launchTcpConnect$1;-><init>(Ljava/lang/String;Lokhttp3/internal/connection/RoutePlanner$Plan;Lokhttp3/internal/connection/FastFallbackExchangeFinder;)V
.line 88
.line 89
.line 90
const-wide/16 v5, 0x0
.line 91
.line 92
invoke-virtual {v3, v4, v5, v6}, Lokhttp3/internal/concurrent/TaskQueue;->d(Lokhttp3/internal/concurrent/Task;J)V
.line 93
.line 94
.line 95
:cond_2
return-object v1
.end method