Skip to content

Commit

Permalink
Internal Changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707697909
  • Loading branch information
zzzaries authored and copybara-github committed Dec 19, 2024
1 parent bff7bae commit ddc6b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/trace_viewer/tf_trace_viewer/tf-trace-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1659,9 +1659,12 @@
}

this._devices = {};
const processList = [];
for (const pid in this._model.processes) {
this._devices[pid] = this._model.processes[pid].name;
processList.push(`${this._model.processes[pid].name} (pid: ${pid})`);
}
window.parent.postMessage({'type': 'processes-list','data': processList,}, '*');
},

// Updates the view based on the current model.
Expand Down

0 comments on commit ddc6b5a

Please sign in to comment.