- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
971 lines
26 KiB
Smali
971 lines
26 KiB
Smali
.class public final Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
.super Lcom/google/protobuf/GeneratedMessageLite;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/firebase/perf/v1/NetworkRequestMetric$NetworkClientErrorReason;,
|
|
Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;,
|
|
Lcom/google/firebase/perf/v1/NetworkRequestMetric$Builder;,
|
|
Lcom/google/firebase/perf/v1/NetworkRequestMetric$CustomAttributesDefaultEntryHolder;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final CLIENT_START_TIME_US_FIELD_NUMBER:I = 0x7
|
|
|
|
.field public static final CUSTOM_ATTRIBUTES_FIELD_NUMBER:I = 0xc
|
|
|
|
.field private static final DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
.field public static final HTTP_METHOD_FIELD_NUMBER:I = 0x2
|
|
|
|
.field public static final HTTP_RESPONSE_CODE_FIELD_NUMBER:I = 0x5
|
|
|
|
.field public static final NETWORK_CLIENT_ERROR_REASON_FIELD_NUMBER:I = 0xb
|
|
|
|
.field private static volatile PARSER:Lcom/google/protobuf/Parser; = null
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/Parser<",
|
|
"Lcom/google/firebase/perf/v1/NetworkRequestMetric;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final PERF_SESSIONS_FIELD_NUMBER:I = 0xd
|
|
|
|
.field public static final REQUEST_PAYLOAD_BYTES_FIELD_NUMBER:I = 0x3
|
|
|
|
.field public static final RESPONSE_CONTENT_TYPE_FIELD_NUMBER:I = 0x6
|
|
|
|
.field public static final RESPONSE_PAYLOAD_BYTES_FIELD_NUMBER:I = 0x4
|
|
|
|
.field public static final TIME_TO_REQUEST_COMPLETED_US_FIELD_NUMBER:I = 0x8
|
|
|
|
.field public static final TIME_TO_RESPONSE_COMPLETED_US_FIELD_NUMBER:I = 0xa
|
|
|
|
.field public static final TIME_TO_RESPONSE_INITIATED_US_FIELD_NUMBER:I = 0x9
|
|
|
|
.field public static final URL_FIELD_NUMBER:I = 0x1
|
|
|
|
|
|
# instance fields
|
|
.field private bitField0_:I
|
|
|
|
.field private clientStartTimeUs_:J
|
|
|
|
.field private customAttributes_:Lcom/google/protobuf/MapFieldLite;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/MapFieldLite<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private httpMethod_:I
|
|
|
|
.field private httpResponseCode_:I
|
|
|
|
.field private networkClientErrorReason_:I
|
|
|
|
.field private perfSessions_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/Internal$ProtobufList<",
|
|
"Lcom/google/firebase/perf/v1/PerfSession;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private requestPayloadBytes_:J
|
|
|
|
.field private responseContentType_:Ljava/lang/String;
|
|
|
|
.field private responsePayloadBytes_:J
|
|
|
|
.field private timeToRequestCompletedUs_:J
|
|
|
|
.field private timeToResponseCompletedUs_:J
|
|
|
|
.field private timeToResponseInitiatedUs_:J
|
|
|
|
.field private url_:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 2456
|
|
new-instance v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
invoke-direct {v0}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
const-class v1, Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
.line 2460
|
|
invoke-static {v1, v0}, Lcom/google/protobuf/GeneratedMessageLite;->registerDefaultInstance(Ljava/lang/Class;Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 20
|
|
invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageLite;-><init>()V
|
|
|
|
.line 979
|
|
invoke-static {}, Lcom/google/protobuf/MapFieldLite;->emptyMapField()Lcom/google/protobuf/MapFieldLite;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->customAttributes_:Lcom/google/protobuf/MapFieldLite;
|
|
|
|
const-string v0, ""
|
|
|
|
iput-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->url_:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->responseContentType_:Ljava/lang/String;
|
|
|
|
.line 23
|
|
invoke-static {}, Lcom/google/protobuf/GeneratedMessageLite;->emptyProtobufList()Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->perfSessions_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$000()Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic access$100(Lcom/google/firebase/perf/v1/NetworkRequestMetric;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setUrl(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1000(Lcom/google/firebase/perf/v1/NetworkRequestMetric;Lcom/google/firebase/perf/v1/NetworkRequestMetric$NetworkClientErrorReason;)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setNetworkClientErrorReason(Lcom/google/firebase/perf/v1/NetworkRequestMetric$NetworkClientErrorReason;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1200(Lcom/google/firebase/perf/v1/NetworkRequestMetric;I)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setHttpResponseCode(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1400(Lcom/google/firebase/perf/v1/NetworkRequestMetric;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setResponseContentType(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1500(Lcom/google/firebase/perf/v1/NetworkRequestMetric;)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->clearResponseContentType()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1700(Lcom/google/firebase/perf/v1/NetworkRequestMetric;J)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setClientStartTimeUs(J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1900(Lcom/google/firebase/perf/v1/NetworkRequestMetric;J)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setTimeToRequestCompletedUs(J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$2100(Lcom/google/firebase/perf/v1/NetworkRequestMetric;J)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setTimeToResponseInitiatedUs(J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$2300(Lcom/google/firebase/perf/v1/NetworkRequestMetric;J)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setTimeToResponseCompletedUs(J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$2900(Lcom/google/firebase/perf/v1/NetworkRequestMetric;Ljava/lang/Iterable;)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->addAllPerfSessions(Ljava/lang/Iterable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$400(Lcom/google/firebase/perf/v1/NetworkRequestMetric;Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setHttpMethod(Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$600(Lcom/google/firebase/perf/v1/NetworkRequestMetric;J)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setRequestPayloadBytes(J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$800(Lcom/google/firebase/perf/v1/NetworkRequestMetric;J)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->setResponsePayloadBytes(J)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getDefaultInstance()Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder()Lcom/google/firebase/perf/v1/NetworkRequestMetric$Builder;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
.line 1336
|
|
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder()Lcom/google/protobuf/GeneratedMessageLite$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric$Builder;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final addAllPerfSessions(Ljava/lang/Iterable;)V
|
|
.locals 1
|
|
|
|
.line 1227
|
|
invoke-virtual {p0}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->ensurePerfSessionsIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->perfSessions_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 1228
|
|
invoke-static {p1, v0}, Lcom/google/protobuf/AbstractMessageLite;->addAll(Ljava/lang/Iterable;Ljava/util/List;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final clearResponseContentType()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x41
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
.line 734
|
|
invoke-static {}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->getDefaultInstance()Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->getResponseContentType()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->responseContentType_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final dynamicMethod(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 19
|
|
|
|
.line 2389
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric$1;->$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke:[I
|
|
|
|
invoke-virtual/range {p1 .. p1}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result v1
|
|
|
|
aget v0, v0, v1
|
|
|
|
const/4 v1, 0x0
|
|
|
|
packed-switch v0, :pswitch_data_0
|
|
|
|
.line 2449
|
|
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
|
|
|
invoke-direct {v0}, Ljava/lang/UnsupportedOperationException;-><init>()V
|
|
|
|
throw v0
|
|
|
|
:pswitch_0
|
|
return-object v1
|
|
|
|
:pswitch_1
|
|
const/4 v0, 0x1
|
|
|
|
.line 2443
|
|
invoke-static {v0}, Ljava/lang/Byte;->valueOf(B)Ljava/lang/Byte;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
|
|
:pswitch_2
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
const-class v1, Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
.line 2430
|
|
monitor-enter v1
|
|
|
|
:try_start_0
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 2433
|
|
new-instance v0, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
|
|
|
|
sget-object v2, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
invoke-direct {v0, v2}, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
sput-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
goto :goto_1
|
|
|
|
.line 2438
|
|
:cond_0
|
|
:goto_0
|
|
monitor-exit v1
|
|
|
|
goto :goto_2
|
|
|
|
:goto_1
|
|
monitor-exit v1
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw v0
|
|
|
|
:cond_1
|
|
:goto_2
|
|
return-object v0
|
|
|
|
:pswitch_3
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
return-object v0
|
|
|
|
:pswitch_4
|
|
const-string v1, "bitField0_"
|
|
|
|
const-string v2, "url_"
|
|
|
|
const-string v3, "httpMethod_"
|
|
|
|
.line 2401
|
|
invoke-static {}, Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;->internalGetVerifier()Lcom/google/protobuf/Internal$EnumVerifier;
|
|
|
|
move-result-object v4
|
|
|
|
const-string v5, "requestPayloadBytes_"
|
|
|
|
const-string v6, "responsePayloadBytes_"
|
|
|
|
const-string v7, "httpResponseCode_"
|
|
|
|
const-string v8, "responseContentType_"
|
|
|
|
const-string v9, "clientStartTimeUs_"
|
|
|
|
const-string v10, "timeToRequestCompletedUs_"
|
|
|
|
const-string v11, "timeToResponseInitiatedUs_"
|
|
|
|
const-string v12, "timeToResponseCompletedUs_"
|
|
|
|
const-string v13, "networkClientErrorReason_"
|
|
|
|
.line 2411
|
|
invoke-static {}, Lcom/google/firebase/perf/v1/NetworkRequestMetric$NetworkClientErrorReason;->internalGetVerifier()Lcom/google/protobuf/Internal$EnumVerifier;
|
|
|
|
move-result-object v14
|
|
|
|
const-string v15, "customAttributes_"
|
|
|
|
sget-object v16, Lcom/google/firebase/perf/v1/NetworkRequestMetric$CustomAttributesDefaultEntryHolder;->defaultEntry:Lcom/google/protobuf/MapEntryLite;
|
|
|
|
const-string v17, "perfSessions_"
|
|
|
|
const-class v18, Lcom/google/firebase/perf/v1/PerfSession;
|
|
|
|
filled-new-array/range {v1 .. v18}, [Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "\u0001\r\u0000\u0001\u0001\r\r\u0001\u0001\u0000\u0001\u1008\u0000\u0002\u100c\u0001\u0003\u1002\u0002\u0004\u1002\u0003\u0005\u1004\u0005\u0006\u1008\u0006\u0007\u1002\u0007\u0008\u1002\u0008\t\u1002\t\n\u1002\n\u000b\u100c\u0004\u000c2\r\u001b"
|
|
|
|
sget-object v2, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->DEFAULT_INSTANCE:Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
.line 2421
|
|
invoke-static {v2, v1, v0}, Lcom/google/protobuf/GeneratedMessageLite;->newMessageInfo(Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
|
|
.line 2394
|
|
:pswitch_5
|
|
new-instance v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric$Builder;
|
|
|
|
invoke-direct {v0, v1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric$Builder;-><init>(Lcom/google/firebase/perf/v1/NetworkRequestMetric$1;)V
|
|
|
|
return-object v0
|
|
|
|
.line 2391
|
|
:pswitch_6
|
|
new-instance v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;
|
|
|
|
invoke-direct {v0}, Lcom/google/firebase/perf/v1/NetworkRequestMetric;-><init>()V
|
|
|
|
return-object v0
|
|
|
|
nop
|
|
|
|
:pswitch_data_0
|
|
.packed-switch 0x1
|
|
:pswitch_6
|
|
:pswitch_5
|
|
:pswitch_4
|
|
:pswitch_3
|
|
:pswitch_2
|
|
:pswitch_1
|
|
:pswitch_0
|
|
.end packed-switch
|
|
.end method
|
|
|
|
.method public final ensurePerfSessionsIsMutable()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->perfSessions_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 1158
|
|
invoke-interface {v0}, Lcom/google/protobuf/Internal$ProtobufList;->isModifiable()Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 1160
|
|
invoke-static {v0}, Lcom/google/protobuf/GeneratedMessageLite;->mutableCopy(Lcom/google/protobuf/Internal$ProtobufList;)Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->perfSessions_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public getClientStartTimeUs()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->clientStartTimeUs_:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public getHttpMethod()Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->httpMethod_:I
|
|
|
|
.line 438
|
|
invoke-static {v0}, Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;->forNumber(I)Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;
|
|
|
|
move-result-object v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 439
|
|
sget-object v0, Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;->HTTP_METHOD_UNKNOWN:Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;
|
|
|
|
:cond_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getHttpResponseCode()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->httpResponseCode_:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getPerfSessionsList()Ljava/util/List;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->perfSessions_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getRequestPayloadBytes()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->requestPayloadBytes_:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public getResponseContentType()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->responseContentType_:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getResponsePayloadBytes()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->responsePayloadBytes_:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public getTimeToRequestCompletedUs()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->timeToRequestCompletedUs_:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public getTimeToResponseCompletedUs()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->timeToResponseCompletedUs_:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public getTimeToResponseInitiatedUs()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->timeToResponseInitiatedUs_:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public getUrl()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->url_:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public hasClientStartTimeUs()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit16 v0, v0, 0x80
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasHttpMethod()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x2
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasHttpResponseCode()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x20
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasRequestPayloadBytes()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x4
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasResponsePayloadBytes()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x8
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasTimeToRequestCompletedUs()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit16 v0, v0, 0x100
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasTimeToResponseCompletedUs()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit16 v0, v0, 0x400
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasTimeToResponseInitiatedUs()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
and-int/lit16 v0, v0, 0x200
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public final setClientStartTimeUs(J)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit16 v0, v0, 0x80
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-wide p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->clientStartTimeUs_:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setHttpMethod(Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;)V
|
|
.locals 0
|
|
|
|
.line 451
|
|
invoke-virtual {p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric$HttpMethod;->getNumber()I
|
|
|
|
move-result p1
|
|
|
|
iput p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->httpMethod_:I
|
|
|
|
iget p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x2
|
|
|
|
iput p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setHttpResponseCode(I)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x20
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->httpResponseCode_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setNetworkClientErrorReason(Lcom/google/firebase/perf/v1/NetworkRequestMetric$NetworkClientErrorReason;)V
|
|
.locals 0
|
|
|
|
.line 606
|
|
invoke-virtual {p1}, Lcom/google/firebase/perf/v1/NetworkRequestMetric$NetworkClientErrorReason;->getNumber()I
|
|
|
|
move-result p1
|
|
|
|
iput p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->networkClientErrorReason_:I
|
|
|
|
iget p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x10
|
|
|
|
iput p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setRequestPayloadBytes(J)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x4
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-wide p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->requestPayloadBytes_:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setResponseContentType(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 721
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x40
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-object p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->responseContentType_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setResponsePayloadBytes(J)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x8
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-wide p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->responsePayloadBytes_:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setTimeToRequestCompletedUs(J)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit16 v0, v0, 0x100
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-wide p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->timeToRequestCompletedUs_:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setTimeToResponseCompletedUs(J)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit16 v0, v0, 0x400
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-wide p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->timeToResponseCompletedUs_:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setTimeToResponseInitiatedUs(J)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit16 v0, v0, 0x200
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-wide p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->timeToResponseInitiatedUs_:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setUrl(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 369
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iget v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x1
|
|
|
|
iput v0, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->bitField0_:I
|
|
|
|
iput-object p1, p0, Lcom/google/firebase/perf/v1/NetworkRequestMetric;->url_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|