package n4;

import d5.AbstractC0844a;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class C {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f15186a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public String f15187b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f15188c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f15189d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public long f15190e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public long f15191f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public long f15192g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public String f15193h;
    public List i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public byte f15194j;

    public final D a() {
        String str;
        if (this.f15194j == 63 && (str = this.f15187b) != null) {
            return new D(this.f15186a, str, this.f15188c, this.f15189d, this.f15190e, this.f15191f, this.f15192g, this.f15193h, this.i);
        }
        StringBuilder sb = new StringBuilder();
        if ((this.f15194j & 1) == 0) {
            sb.append(" pid");
        }
        if (this.f15187b == null) {
            sb.append(" processName");
        }
        if ((this.f15194j & 2) == 0) {
            sb.append(" reasonCode");
        }
        if ((this.f15194j & 4) == 0) {
            sb.append(" importance");
        }
        if ((this.f15194j & 8) == 0) {
            sb.append(" pss");
        }
        if ((this.f15194j & 16) == 0) {
            sb.append(" rss");
        }
        if ((this.f15194j & 32) == 0) {
            sb.append(" timestamp");
        }
        throw new IllegalStateException(AbstractC0844a.m("Missing required properties:", sb));
    }
}
