Loading
Fix dump override.
QuotaTracker was migrated to the android.util.IndentingPrintWriter class but CountQuotaTracker wasn't updated and continued to use com.android.internal.util.IndentingPrintWriter. Since the two methods used different objects, CountQuotaTracker was no longer overriding QuotaTracker.dump() and calls to CountQuotaTracker.dump() with the android.util.IndentingPrintWriter went straight to QuotaTracker.dump. Fixing the import ensures we dump the desired state. Bug: 295532418 Test: atest CtsJobSchedulerTestCases:JobSchedulingTest Test: Check jobscheduler dump Change-Id: Ida5ff536602691d757fa483a92fc26950be0000d