am b1de951a: am da59cd60: Merge "Wrong index while dumping the print sub-system\'s state." into klp-dev
* commit 'b1de951a6aa36eb03e9d00b5b69e55b6f6f88549': Wrong index while dumping the print sub-system's state.
This commit is contained in:
@@ -366,7 +366,7 @@ public final class PrintManagerService extends IPrintManager.Stub {
|
||||
pw.println("PRINT MANAGER STATE (dumpsys print)");
|
||||
final int userStateCount = mUserStates.size();
|
||||
for (int i = 0; i < userStateCount; i++) {
|
||||
UserState userState = mUserStates.get(i);
|
||||
UserState userState = mUserStates.valueAt(i);
|
||||
userState.dump(fd, pw, "");
|
||||
pw.println();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user