From 11f5330d7cdc56792e63772118a1202a89a434fb Mon Sep 17 00:00:00 2001 From: Sash Zats Date: Thu, 23 Feb 2023 01:27:49 -0800 Subject: [PATCH] Basic flipper plugin to record intents Summary: The plugin is inteded to record intents being dispatched and handled Current version is pretty simple and just records the intents correctly handled by IG app only (for now, integration is simple enough to add to FB, too) Plugin prints the data associated with the target Differential Revision: D43494264 fbshipit-source-id: 3e3cd41ade1d083990d15b3c2eb815db157c7163 --- desktop/static/icons.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index d36548c50..c9b59ad1e 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -661,5 +661,8 @@ ], "phone": [ 16 + ], + "app-horizon-assets": [ + 16 ] -} +} \ No newline at end of file