mirror of
https://github.com/schoebel/mars
synced 2025-04-27 21:58:20 +00:00
infra: better debugging
This commit is contained in:
parent
d12b20ef1c
commit
0fafba3cd0
@ -2400,7 +2400,7 @@ void _show_one(struct mars_brick *test, int *brick_count)
|
|||||||
"total_mrefs_alloc = %d "
|
"total_mrefs_alloc = %d "
|
||||||
"total_mrefs_aspects = %d "
|
"total_mrefs_aspects = %d "
|
||||||
"killme = %d "
|
"killme = %d "
|
||||||
"button = %d off = %d on = %d\n",
|
"button = %d force_off = %d off = %d on = %d\n",
|
||||||
SAFE_STR(test->type->type_name),
|
SAFE_STR(test->type->type_name),
|
||||||
SAFE_STR(test->brick_path),
|
SAFE_STR(test->brick_path),
|
||||||
SAFE_STR(test->brick_name),
|
SAFE_STR(test->brick_name),
|
||||||
@ -2412,6 +2412,7 @@ void _show_one(struct mars_brick *test, int *brick_count)
|
|||||||
atomic_read(&test->mref_object_layout.total_aspect_count),
|
atomic_read(&test->mref_object_layout.total_aspect_count),
|
||||||
test->killme,
|
test->killme,
|
||||||
test->power.button,
|
test->power.button,
|
||||||
|
test->power.force_off,
|
||||||
test->power.led_off,
|
test->power.led_off,
|
||||||
test->power.led_on);
|
test->power.led_on);
|
||||||
(*brick_count)++;
|
(*brick_count)++;
|
||||||
|
Loading…
Reference in New Issue
Block a user