Skip to content
Snippets Groups Projects
Commit e75cc44e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "taskdump: Print priority in task header"

parents 09e73311 441550a6
No related branches found
No related tags found
No related merge requests found
......@@ -134,9 +134,9 @@ def dump_thread_group(ramdump, thread_group, task_out, taskhighlight_out, check_
task_out.write(
'=====================================================\n')
first = 1
task_out.write(' Task name: {0} pid: {1} cpu: {2} start: {'
task_out.write(' Task name: {0} pid: {1} cpu: {2} prio: {7} start: {'
'6:x}\n state: 0x{3:x} exit_state: 0x{4:x}'
' stack base: 0x{5:x} Prio: {7}\n'.format(
' stack base: 0x{5:x}\n'.format(
thread_task_name, thread_task_pid, task_cpu, task_state,
task_exit_state, addr_stack, next_thread_start, thread_task_prio))
task_out.write(' Stack:\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment