diff options
author | Dan Gudmundsson <[email protected]> | 2018-01-22 12:09:29 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-01-22 12:09:29 +0100 |
commit | 8aa0a6aef5623ff226ea511b94b82e514dccc83b (patch) | |
tree | 92725c3a7027193979fa27bdc16bf15c2a727e91 /lib/observer/src/observer_procinfo.erl | |
parent | 69de63049417cf7e047f035b5e086caad9dc7932 (diff) | |
parent | 9392f08642c8b74dc4fc9d32a6959174dfb673eb (diff) | |
download | otp-8aa0a6aef5623ff226ea511b94b82e514dccc83b.tar.gz otp-8aa0a6aef5623ff226ea511b94b82e514dccc83b.tar.bz2 otp-8aa0a6aef5623ff226ea511b94b82e514dccc83b.zip |
Merge branch 'dgud/observer/opt-tv-tab/OTP-14856' into maint
* dgud/observer/opt-tv-tab/OTP-14856:
observer: Fix change accum
Remove double calls
observer: Don't crash for late messages
observer: Optimize tv tab for many tables
Diffstat (limited to 'lib/observer/src/observer_procinfo.erl')
-rw-r--r-- | lib/observer/src/observer_procinfo.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/observer/src/observer_procinfo.erl b/lib/observer/src/observer_procinfo.erl index 854f338a89..5bc17e2aee 100644 --- a/lib/observer/src/observer_procinfo.erl +++ b/lib/observer/src/observer_procinfo.erl @@ -257,8 +257,6 @@ init_stack_page(Parent, Pid) -> [Pid, current_stacktrace]) of {current_stacktrace,RawBt} -> - observer_wx:try_rpc(node(Pid), erlang, process_info, - [Pid, current_stacktrace]), wxListCtrl:deleteAllItems(LCtrl), wx:foldl(fun({M, F, A, Info}, Row) -> _Item = wxListCtrl:insertItem(LCtrl, Row, ""), |