androidprocmon
androidprocmon copied to clipboard
[wish] Multiple column sorting
Would be nice to have sort order as an array, so if a column is clicked previous sorting is pushed back in order but still applied. I.e.
- Click CPU% - sorted by CPU
- Click MEM% - sorted by MEM then by CPU for equal MEM%. One possible gotcha is to handle order reversal.