Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d5f87c2 authored by rambowang's avatar rambowang Committed by Rambo Wang
Browse files

Clean up aconfig flag bugreport_mode_max_value

Flag bugreport_mode_max_value has been advanced to next since March 2024 and published in 24Q3 release. No regression was observed. Clean the flag up for now to keep code healthy.

Bug: 305067125
Test: atest BugreportManagerTest
Flag: EXEMPT flag clean up
Change-Id: I1c3b24c8f4bd300fb78ab6bc858a14df9bd1bec3
parent cf3cd4f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2320,7 +2320,7 @@ package android.os {
  }

  public final class BugreportParams {
    field @FlaggedApi("android.os.bugreport_mode_max_value") public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7
    field public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7
  }

  public class Build {
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ public final class BugreportParams {
     * The maximum value of supported bugreport mode.
     * @hide
     */
    @FlaggedApi(android.os.Flags.FLAG_BUGREPORT_MODE_MAX_VALUE)
    @TestApi
    public static final int BUGREPORT_MODE_MAX_VALUE = BUGREPORT_MODE_ONBOARDING;

+0 −8
Original line number Diff line number Diff line
@@ -51,14 +51,6 @@ flag {
    is_exported: true
}

flag {
    name: "bugreport_mode_max_value"
    is_exported: true
    namespace: "telephony"
    description: "Introduce a constant as maximum value of bugreport mode."
    bug: "305067125"
}

flag {
    name: "adpf_prefer_power_efficiency"
    is_exported: true