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

Commit ceba9d1e authored by Mark Fasheh's avatar Mark Fasheh Committed by Android (Google) Code Review
Browse files

Merge "Add WaitState, MessageHeap and MessageStack to boot image profile" into main

parents 6495f182 ea4085a7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -74,6 +74,11 @@ HSPLcom/android/internal/dev/perfetto/sdk/PerfettoNativeMemoryCleaner;->*
HSPLcom/android/internal/dev/perfetto/sdk/PerfettoNativeMemoryCleaner$FreeNativeMemoryRunnable;->*
HSPLcom/android/internal/dev/perfetto/sdk/PerfettoNativeMemoryCleaner$AllocationStats;->*

# DeliQueue MessageQueue classes
HSPLandroid/os/MessageHeap;->*
HSPLandroid/os/MessageStack;->*
HSPLandroid/os/WaitState;->*

# While the SystemFeaturesMetadata static cache isn't heavyweight, ensure it's
# pre-initialized in the boot image to avoid redundant per-process overhead.
# TODO(b/326623529): Consider removing this after the feature has fully ramped