Skip to content

Commit df0eb0a

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: add logs for external reload & record request
R=alexrudenko@chromium.org Bug: 427883624 Change-Id: Id20329a44e1f57c28e29cd8cbeba32b8842f6cd4 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6688489 Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Reviewed-by: Wolfgang Beyer <wolfi@chromium.org> Commit-Queue: Wolfgang Beyer <wolfi@chromium.org> Auto-Submit: Jack Franklin <jacktfranklin@chromium.org>
1 parent f7c9072 commit df0eb0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

front_end/panels/timeline/TimelinePanel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,6 +2864,7 @@ export class TimelinePanel extends Common.ObjectWrapper.eventMixin<EventTypes, t
28642864
}
28652865

28662866
static async handleExternalRecordRequest(): Promise<{response: string, devToolsLogs: object[]}> {
2867+
void VisualLogging.logFunctionCall('timeline.record-reload', 'external');
28672868
Snackbars.Snackbar.Snackbar.show({message: i18nString(UIStrings.externalRequestReceived)});
28682869

28692870
const panelInstance = TimelinePanel.instance();

0 commit comments

Comments
 (0)