diff options
author | 2025-03-21 07:43:24 -0700 | |
---|---|---|
committer | 2025-03-21 08:39:13 -0700 | |
commit | c1cfcbb7934f913d51722a416383785493c4976c (patch) | |
tree | f7e4646f24c7c588cb09f6735c4da06bb96fd8f8 | |
parent | a74da4e5c6b42f4055edf1fc2eccb6452ccdc43f (diff) |
Add instrumented code to `art-profile-extra`
These lines are not currently in `art-profile`. They are added to
`art-profile-extra` so that they may be instrumented by server side
configuration files delivered to the `UprobeStats` module.
Bug: N/A
Test: TH
Flag: EXEMPT ART profile changes are low risk and not flaggable
Change-Id: I258c14c2b7de016c4c18f2177151ce2c669442d9
-rw-r--r-- | services/art-profile-extra | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/art-profile-extra b/services/art-profile-extra index f0f0e57f624a..9cbc03903904 100644 --- a/services/art-profile-extra +++ b/services/art-profile-extra @@ -4,3 +4,6 @@ HSPLcom/android/server/am/OomAdjuster;->setUidTempAllowlistStateLSP(IZ)V HSPLcom/android/server/am/BatteryStatsService;->setBatteryState(IIIIIIIIJ)V HSPLcom/android/server/pm/PackageManagerService$IPackageManagerImpl;->setComponentEnabledSetting(Landroid/content/ComponentName;IIILjava/lang/String;)V HSPLcom/android/server/am/ActiveServices;->bindServiceLocked(Landroid/app/IApplicationThread;Landroid/os/IBinder;Landroid/content/Intent;Ljava/lang/String;Landroid/app/IServiceConnection;JLjava/lang/String;ZILjava/lang/String;Landroid/app/IApplicationThread;Ljava/lang/String;I)I +HSPLcom/android/server/accessibility/AccessibilityManagerService;->onServiceInfoChangedLocked(Lcom/android/server/accessibility/AccessibilityUserState;)V +HSPLcom/android/server/clipboard/ClipboardService$ClipboardImpl;->checkAndSetPrimaryClip(Landroid/content/ClipData;Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;)V +HSPLcom/android/server/clipboard/ClipboardService$ClipboardImpl;->getPrimaryClip(Ljava/lang/String;Ljava/lang/String;II)Landroid/content/ClipData; |