* 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>
743 lines
16 KiB
Smali
743 lines
16 KiB
Smali
.class public abstract Lkotlinx/coroutines/DispatchedTask;
|
|
.super Lkotlinx/coroutines/scheduling/Task;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Lkotlinx/coroutines/scheduling/Task;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/Metadata;
|
|
d1 = {
|
|
"\u0000\u0010\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\u0008!\u0018\u0000*\u0006\u0008\u0000\u0010\u0001 \u00002\u00060\u0002j\u0002`\u0003\u00a8\u0006\u0004"
|
|
}
|
|
d2 = {
|
|
"Lkotlinx/coroutines/DispatchedTask;",
|
|
"T",
|
|
"Lkotlinx/coroutines/scheduling/Task;",
|
|
"Lkotlinx/coroutines/SchedulerTask;",
|
|
"kotlinx-coroutines-core"
|
|
}
|
|
k = 0x1
|
|
mv = {
|
|
0x1,
|
|
0x9,
|
|
0x0
|
|
}
|
|
xi = 0x30
|
|
.end annotation
|
|
|
|
.annotation build Lkotlin/PublishedApi;
|
|
.end annotation
|
|
|
|
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
|
|
value = {
|
|
"SMAP\nDispatchedTask.kt\nKotlin\n*S Kotlin\n*F\n+ 1 DispatchedTask.kt\nkotlinx/coroutines/DispatchedTask\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n+ 3 CoroutineContext.kt\nkotlinx/coroutines/CoroutineContextKt\n+ 4 DispatchedTask.kt\nkotlinx/coroutines/DispatchedTaskKt\n+ 5 StackTraceRecovery.kt\nkotlinx/coroutines/internal/StackTraceRecoveryKt\n*L\n1#1,218:1\n1#2:219\n103#3,10:220\n114#3,2:234\n216#4:230\n217#4:233\n57#5,2:231\n*S KotlinDebug\n*F\n+ 1 DispatchedTask.kt\nkotlinx/coroutines/DispatchedTask\n*L\n86#1:220,10\n86#1:234,2\n99#1:230\n99#1:233\n99#1:231,2\n*E\n"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public g:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(I)V
|
|
.locals 3
|
|
|
|
.line 1
|
|
const-wide/16 v0, 0x0
|
|
|
|
.line 2
|
|
.line 3
|
|
sget-object v2, Lkotlinx/coroutines/scheduling/TasksKt;->g:Lkotlinx/coroutines/scheduling/TaskContext;
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-direct {p0, v0, v1, v2}, Lkotlinx/coroutines/scheduling/Task;-><init>(JLkotlinx/coroutines/scheduling/TaskContext;)V
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
iput p1, p0, Lkotlinx/coroutines/DispatchedTask;->g:I
|
|
|
|
.line 9
|
|
.line 10
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Ljava/lang/Object;Ljava/util/concurrent/CancellationException;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
return-void
|
|
.end method
|
|
|
|
.method public abstract c()Lkotlin/coroutines/Continuation;
|
|
.end method
|
|
|
|
.method public e(Ljava/lang/Object;)Ljava/lang/Throwable;
|
|
.locals 2
|
|
|
|
.line 1
|
|
instance-of v0, p1, Lkotlinx/coroutines/CompletedExceptionally;
|
|
|
|
.line 2
|
|
.line 3
|
|
const/4 v1, 0x0
|
|
|
|
.line 4
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 5
|
|
.line 6
|
|
check-cast p1, Lkotlinx/coroutines/CompletedExceptionally;
|
|
|
|
.line 7
|
|
.line 8
|
|
goto :goto_0
|
|
|
|
.line 9
|
|
:cond_0
|
|
move-object p1, v1
|
|
|
|
.line 10
|
|
:goto_0
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 11
|
|
.line 12
|
|
iget-object p1, p1, Lkotlinx/coroutines/CompletedExceptionally;->a:Ljava/lang/Throwable;
|
|
|
|
.line 13
|
|
.line 14
|
|
return-object p1
|
|
|
|
.line 15
|
|
:cond_1
|
|
return-object v1
|
|
.end method
|
|
|
|
.method public f(Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 1
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final g(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
if-nez p1, :cond_0
|
|
|
|
.line 2
|
|
.line 3
|
|
if-nez p2, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
return-void
|
|
|
|
.line 6
|
|
:cond_0
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 7
|
|
.line 8
|
|
if-eqz p2, :cond_1
|
|
|
|
.line 9
|
|
.line 10
|
|
invoke-static {p1, p2}, Lkotlin/ExceptionsKt;->addSuppressed(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
|
|
|
.line 11
|
|
.line 12
|
|
.line 13
|
|
:cond_1
|
|
if-nez p1, :cond_2
|
|
|
|
.line 14
|
|
.line 15
|
|
move-object p1, p2
|
|
|
|
.line 16
|
|
:cond_2
|
|
new-instance p2, Lkotlinx/coroutines/CoroutinesInternalError;
|
|
|
|
.line 17
|
|
.line 18
|
|
new-instance v0, Ljava/lang/StringBuilder;
|
|
|
|
.line 19
|
|
.line 20
|
|
const-string v1, "Fatal exception in coroutines machinery for "
|
|
|
|
.line 21
|
|
.line 22
|
|
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 23
|
|
.line 24
|
|
.line 25
|
|
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
|
|
|
.line 26
|
|
.line 27
|
|
.line 28
|
|
const-string v1, ". Please read KDoc to \'handleFatalException\' method and report this incident to maintainers"
|
|
|
|
.line 29
|
|
.line 30
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 31
|
|
.line 32
|
|
.line 33
|
|
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
.line 34
|
|
.line 35
|
|
.line 36
|
|
move-result-object v0
|
|
|
|
.line 37
|
|
invoke-static {p1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNull(Ljava/lang/Object;)V
|
|
|
|
.line 38
|
|
.line 39
|
|
.line 40
|
|
invoke-direct {p2, v0, p1}, Ljava/lang/Error;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|
|
|
|
.line 41
|
|
.line 42
|
|
.line 43
|
|
invoke-virtual {p0}, Lkotlinx/coroutines/DispatchedTask;->c()Lkotlin/coroutines/Continuation;
|
|
|
|
.line 44
|
|
.line 45
|
|
.line 46
|
|
move-result-object p1
|
|
|
|
.line 47
|
|
invoke-interface {p1}, Lkotlin/coroutines/Continuation;->getContext()Lkotlin/coroutines/CoroutineContext;
|
|
|
|
.line 48
|
|
.line 49
|
|
.line 50
|
|
move-result-object p1
|
|
|
|
.line 51
|
|
invoke-static {p1, p2}, Lkotlinx/coroutines/CoroutineExceptionHandlerKt;->a(Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)V
|
|
|
|
.line 52
|
|
.line 53
|
|
.line 54
|
|
return-void
|
|
.end method
|
|
|
|
.method public abstract h()Ljava/lang/Object;
|
|
.end method
|
|
|
|
.method public final run()V
|
|
.locals 12
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lkotlinx/coroutines/scheduling/Task;->f:Lkotlinx/coroutines/scheduling/TaskContext;
|
|
|
|
.line 2
|
|
.line 3
|
|
:try_start_0
|
|
invoke-virtual {p0}, Lkotlinx/coroutines/DispatchedTask;->c()Lkotlin/coroutines/Continuation;
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
move-result-object v1
|
|
|
|
.line 7
|
|
const-string v2, "null cannot be cast to non-null type kotlinx.coroutines.internal.DispatchedContinuation<T of kotlinx.coroutines.DispatchedTask>"
|
|
|
|
.line 8
|
|
.line 9
|
|
invoke-static {v1, v2}, Lkotlin/jvm/internal/Intrinsics;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
check-cast v1, Lkotlinx/coroutines/internal/DispatchedContinuation;
|
|
|
|
.line 13
|
|
.line 14
|
|
iget-object v2, v1, Lkotlinx/coroutines/internal/DispatchedContinuation;->i:Lkotlin/coroutines/Continuation;
|
|
|
|
.line 15
|
|
.line 16
|
|
iget-object v1, v1, Lkotlinx/coroutines/internal/DispatchedContinuation;->k:Ljava/lang/Object;
|
|
|
|
.line 17
|
|
.line 18
|
|
invoke-interface {v2}, Lkotlin/coroutines/Continuation;->getContext()Lkotlin/coroutines/CoroutineContext;
|
|
|
|
.line 19
|
|
.line 20
|
|
.line 21
|
|
move-result-object v3
|
|
|
|
.line 22
|
|
invoke-static {v3, v1}, Lkotlinx/coroutines/internal/ThreadContextKt;->c(Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 23
|
|
.line 24
|
|
.line 25
|
|
move-result-object v1
|
|
|
|
.line 26
|
|
sget-object v4, Lkotlinx/coroutines/internal/ThreadContextKt;->a:Lkotlinx/coroutines/internal/Symbol;
|
|
|
|
.line 27
|
|
.line 28
|
|
const/4 v5, 0x0
|
|
|
|
.line 29
|
|
if-eq v1, v4, :cond_0
|
|
|
|
.line 30
|
|
.line 31
|
|
invoke-static {v2, v3, v1}, Lkotlinx/coroutines/CoroutineContextKt;->d(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)Lkotlinx/coroutines/UndispatchedCoroutine;
|
|
|
|
.line 32
|
|
.line 33
|
|
.line 34
|
|
move-result-object v4
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 35
|
|
goto :goto_0
|
|
|
|
.line 36
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
.line 37
|
|
goto/16 :goto_6
|
|
|
|
.line 38
|
|
.line 39
|
|
:cond_0
|
|
move-object v4, v5
|
|
|
|
.line 40
|
|
:goto_0
|
|
:try_start_1
|
|
invoke-interface {v2}, Lkotlin/coroutines/Continuation;->getContext()Lkotlin/coroutines/CoroutineContext;
|
|
|
|
.line 41
|
|
.line 42
|
|
.line 43
|
|
move-result-object v6
|
|
|
|
.line 44
|
|
invoke-virtual {p0}, Lkotlinx/coroutines/DispatchedTask;->h()Ljava/lang/Object;
|
|
|
|
.line 45
|
|
.line 46
|
|
.line 47
|
|
move-result-object v7
|
|
|
|
.line 48
|
|
invoke-virtual {p0, v7}, Lkotlinx/coroutines/DispatchedTask;->e(Ljava/lang/Object;)Ljava/lang/Throwable;
|
|
|
|
.line 49
|
|
.line 50
|
|
.line 51
|
|
move-result-object v8
|
|
|
|
.line 52
|
|
if-nez v8, :cond_3
|
|
|
|
.line 53
|
|
.line 54
|
|
iget v9, p0, Lkotlinx/coroutines/DispatchedTask;->g:I
|
|
|
|
.line 55
|
|
.line 56
|
|
const/4 v10, 0x1
|
|
|
|
.line 57
|
|
if-eq v9, v10, :cond_2
|
|
|
|
.line 58
|
|
.line 59
|
|
const/4 v11, 0x2
|
|
|
|
.line 60
|
|
if-ne v9, v11, :cond_1
|
|
|
|
.line 61
|
|
.line 62
|
|
goto :goto_1
|
|
|
|
.line 63
|
|
:cond_1
|
|
const/4 v10, 0x0
|
|
|
|
.line 64
|
|
:cond_2
|
|
:goto_1
|
|
if-eqz v10, :cond_3
|
|
|
|
.line 65
|
|
.line 66
|
|
sget-object v9, Lkotlinx/coroutines/Job$Key;->c:Lkotlinx/coroutines/Job$Key;
|
|
|
|
.line 67
|
|
.line 68
|
|
invoke-interface {v6, v9}, Lkotlin/coroutines/CoroutineContext;->get(Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
|
|
|
|
.line 69
|
|
.line 70
|
|
.line 71
|
|
move-result-object v6
|
|
|
|
.line 72
|
|
check-cast v6, Lkotlinx/coroutines/Job;
|
|
|
|
.line 73
|
|
.line 74
|
|
goto :goto_2
|
|
|
|
.line 75
|
|
:catchall_1
|
|
move-exception v2
|
|
|
|
.line 76
|
|
goto :goto_5
|
|
|
|
.line 77
|
|
:cond_3
|
|
move-object v6, v5
|
|
|
|
.line 78
|
|
:goto_2
|
|
if-eqz v6, :cond_4
|
|
|
|
.line 79
|
|
.line 80
|
|
invoke-interface {v6}, Lkotlinx/coroutines/Job;->isActive()Z
|
|
|
|
.line 81
|
|
.line 82
|
|
.line 83
|
|
move-result v9
|
|
|
|
.line 84
|
|
if-nez v9, :cond_4
|
|
|
|
.line 85
|
|
.line 86
|
|
invoke-interface {v6}, Lkotlinx/coroutines/Job;->j()Ljava/util/concurrent/CancellationException;
|
|
|
|
.line 87
|
|
.line 88
|
|
.line 89
|
|
move-result-object v6
|
|
|
|
.line 90
|
|
invoke-virtual {p0, v7, v6}, Lkotlinx/coroutines/DispatchedTask;->a(Ljava/lang/Object;Ljava/util/concurrent/CancellationException;)V
|
|
|
|
.line 91
|
|
.line 92
|
|
.line 93
|
|
sget-object v7, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
|
|
|
|
.line 94
|
|
.line 95
|
|
invoke-static {v6}, Lkotlin/ResultKt;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
|
|
|
.line 96
|
|
.line 97
|
|
.line 98
|
|
move-result-object v6
|
|
|
|
.line 99
|
|
invoke-static {v6}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 100
|
|
.line 101
|
|
.line 102
|
|
move-result-object v6
|
|
|
|
.line 103
|
|
invoke-interface {v2, v6}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
|
|
|
.line 104
|
|
.line 105
|
|
.line 106
|
|
goto :goto_3
|
|
|
|
.line 107
|
|
:cond_4
|
|
if-eqz v8, :cond_5
|
|
|
|
.line 108
|
|
.line 109
|
|
sget-object v6, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
|
|
|
|
.line 110
|
|
.line 111
|
|
invoke-static {v8}, Lkotlin/ResultKt;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
|
|
|
.line 112
|
|
.line 113
|
|
.line 114
|
|
move-result-object v6
|
|
|
|
.line 115
|
|
invoke-static {v6}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 116
|
|
.line 117
|
|
.line 118
|
|
move-result-object v6
|
|
|
|
.line 119
|
|
invoke-interface {v2, v6}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
|
|
|
.line 120
|
|
.line 121
|
|
.line 122
|
|
goto :goto_3
|
|
|
|
.line 123
|
|
:cond_5
|
|
sget-object v6, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
|
|
|
|
.line 124
|
|
.line 125
|
|
invoke-virtual {p0, v7}, Lkotlinx/coroutines/DispatchedTask;->f(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 126
|
|
.line 127
|
|
.line 128
|
|
move-result-object v6
|
|
|
|
.line 129
|
|
invoke-static {v6}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 130
|
|
.line 131
|
|
.line 132
|
|
move-result-object v6
|
|
|
|
.line 133
|
|
invoke-interface {v2, v6}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
|
|
|
.line 134
|
|
.line 135
|
|
.line 136
|
|
:goto_3
|
|
sget-object v2, Lkotlin/Unit;->INSTANCE:Lkotlin/Unit;
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_1
|
|
|
|
.line 137
|
|
.line 138
|
|
if-eqz v4, :cond_6
|
|
|
|
.line 139
|
|
.line 140
|
|
:try_start_2
|
|
invoke-virtual {v4}, Lkotlinx/coroutines/UndispatchedCoroutine;->m0()Z
|
|
|
|
.line 141
|
|
.line 142
|
|
.line 143
|
|
move-result v2
|
|
|
|
.line 144
|
|
if-eqz v2, :cond_7
|
|
|
|
.line 145
|
|
.line 146
|
|
:cond_6
|
|
invoke-static {v3, v1}, Lkotlinx/coroutines/internal/ThreadContextKt;->a(Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)V
|
|
:try_end_2
|
|
.catchall {:try_start_2 .. :try_end_2} :catchall_0
|
|
|
|
.line 147
|
|
.line 148
|
|
.line 149
|
|
:cond_7
|
|
:try_start_3
|
|
invoke-interface {v0}, Lkotlinx/coroutines/scheduling/TaskContext;->d()V
|
|
|
|
.line 150
|
|
.line 151
|
|
.line 152
|
|
sget-object v0, Lkotlin/Unit;->INSTANCE:Lkotlin/Unit;
|
|
|
|
.line 153
|
|
.line 154
|
|
invoke-static {v0}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 155
|
|
.line 156
|
|
.line 157
|
|
move-result-object v0
|
|
:try_end_3
|
|
.catchall {:try_start_3 .. :try_end_3} :catchall_2
|
|
|
|
.line 158
|
|
goto :goto_4
|
|
|
|
.line 159
|
|
:catchall_2
|
|
move-exception v0
|
|
|
|
.line 160
|
|
sget-object v1, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
|
|
|
|
.line 161
|
|
.line 162
|
|
invoke-static {v0}, Lkotlin/ResultKt;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
|
|
|
.line 163
|
|
.line 164
|
|
.line 165
|
|
move-result-object v0
|
|
|
|
.line 166
|
|
invoke-static {v0}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 167
|
|
.line 168
|
|
.line 169
|
|
move-result-object v0
|
|
|
|
.line 170
|
|
:goto_4
|
|
invoke-static {v0}, Lkotlin/Result;->exceptionOrNull-impl(Ljava/lang/Object;)Ljava/lang/Throwable;
|
|
|
|
.line 171
|
|
.line 172
|
|
.line 173
|
|
move-result-object v0
|
|
|
|
.line 174
|
|
invoke-virtual {p0, v5, v0}, Lkotlinx/coroutines/DispatchedTask;->g(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
|
|
|
.line 175
|
|
.line 176
|
|
.line 177
|
|
goto :goto_8
|
|
|
|
.line 178
|
|
:goto_5
|
|
if-eqz v4, :cond_8
|
|
|
|
.line 179
|
|
.line 180
|
|
:try_start_4
|
|
invoke-virtual {v4}, Lkotlinx/coroutines/UndispatchedCoroutine;->m0()Z
|
|
|
|
.line 181
|
|
.line 182
|
|
.line 183
|
|
move-result v4
|
|
|
|
.line 184
|
|
if-eqz v4, :cond_9
|
|
|
|
.line 185
|
|
.line 186
|
|
:cond_8
|
|
invoke-static {v3, v1}, Lkotlinx/coroutines/internal/ThreadContextKt;->a(Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)V
|
|
|
|
.line 187
|
|
.line 188
|
|
.line 189
|
|
:cond_9
|
|
throw v2
|
|
:try_end_4
|
|
.catchall {:try_start_4 .. :try_end_4} :catchall_0
|
|
|
|
.line 190
|
|
:goto_6
|
|
:try_start_5
|
|
sget-object v2, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
|
|
|
|
.line 191
|
|
.line 192
|
|
invoke-interface {v0}, Lkotlinx/coroutines/scheduling/TaskContext;->d()V
|
|
|
|
.line 193
|
|
.line 194
|
|
.line 195
|
|
sget-object v0, Lkotlin/Unit;->INSTANCE:Lkotlin/Unit;
|
|
|
|
.line 196
|
|
.line 197
|
|
invoke-static {v0}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 198
|
|
.line 199
|
|
.line 200
|
|
move-result-object v0
|
|
:try_end_5
|
|
.catchall {:try_start_5 .. :try_end_5} :catchall_3
|
|
|
|
.line 201
|
|
goto :goto_7
|
|
|
|
.line 202
|
|
:catchall_3
|
|
move-exception v0
|
|
|
|
.line 203
|
|
sget-object v2, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
|
|
|
|
.line 204
|
|
.line 205
|
|
invoke-static {v0}, Lkotlin/ResultKt;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
|
|
|
.line 206
|
|
.line 207
|
|
.line 208
|
|
move-result-object v0
|
|
|
|
.line 209
|
|
invoke-static {v0}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 210
|
|
.line 211
|
|
.line 212
|
|
move-result-object v0
|
|
|
|
.line 213
|
|
:goto_7
|
|
invoke-static {v0}, Lkotlin/Result;->exceptionOrNull-impl(Ljava/lang/Object;)Ljava/lang/Throwable;
|
|
|
|
.line 214
|
|
.line 215
|
|
.line 216
|
|
move-result-object v0
|
|
|
|
.line 217
|
|
invoke-virtual {p0, v1, v0}, Lkotlinx/coroutines/DispatchedTask;->g(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
|
|
|
.line 218
|
|
.line 219
|
|
.line 220
|
|
:goto_8
|
|
return-void
|
|
.end method
|