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

Commit a17476a6 authored by Kweku Adams's avatar Kweku Adams
Browse files

Add EXEMPTED logging name.

Bug: 143495340
Change-Id: I16cc64b98d4f3b75ab5db37542e9b3611832e2e4
Test: N/A
parent dc622e8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1974,8 +1974,8 @@ public final class JobStatus {
            case 2: return "FREQUENT";
            case 3: return "RARE";
            case 4: return "NEVER";
            case 5:
                return "RESTRICTED";
            case 5: return "RESTRICTED";
            case 6: return "EXEMPTED";
            default:
                return "Unknown: " + standbyBucket;
        }