summaryrefslogtreecommitdiff
path: root/libs/hwui/FrameInfoVisualizer.cpp
diff options
context:
space:
mode:
author Kweku Adams <kwekua@google.com> 2023-08-11 16:38:55 +0000
committer Cherrypicker Worker <android-build-cherrypicker-worker@google.com> 2023-08-18 17:27:34 +0000
commit52be1a24e017f16158730308303cf69595452cde (patch)
tree1c53a5b1bd6e66eaef43563d501d776958fd6789 /libs/hwui/FrameInfoVisualizer.cpp
parent1624ad4632c599b75497f73e6d0cf940452c37b5 (diff)
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 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:74e58076f089bf41b6a028c546d29421456024b1) Merged-In: Ida5ff536602691d757fa483a92fc26950be0000d Change-Id: Ida5ff536602691d757fa483a92fc26950be0000d
Diffstat (limited to 'libs/hwui/FrameInfoVisualizer.cpp')
0 files changed, 0 insertions, 0 deletions