Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c02075bb authored by Tim Murray's avatar Tim Murray Committed by Android (Google) Code Review
Browse files

Merge "Fix TOP_APP description in dumpsys activity." into nyc-dev

parents 55a0ffec b3cbbde7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14680,6 +14680,9 @@ public final class ActivityManagerService extends ActivityManagerNative
                case Process.THREAD_GROUP_DEFAULT:
                    schedGroup = 'F';
                    break;
                case Process.THREAD_GROUP_TOP_APP:
                    schedGroup = 'T';
                    break;
                default:
                    schedGroup = '?';
                    break;