!862 fix: 修复魔法键无法显示进程信息的问题
Merge pull request !862 from zhushengle/magickey
This commit is contained in:
commit
faeeaf294c
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
* Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without modification,
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* are permitted provided that the following conditions are met:
|
* are permitted provided that the following conditions are met:
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
#include "los_magickey.h"
|
#include "los_magickey.h"
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "los_task_pri.h"
|
#include "los_task_pri.h"
|
||||||
|
#include "los_process_pri.h"
|
||||||
|
|
||||||
#ifdef LOSCFG_ENABLE_MAGICKEY
|
#ifdef LOSCFG_ENABLE_MAGICKEY
|
||||||
|
|
||||||
|
@ -97,9 +97,7 @@ STATIC VOID OsMagicHelp(VOID)
|
||||||
|
|
||||||
STATIC VOID OsMagicTaskShow(VOID)
|
STATIC VOID OsMagicTaskShow(VOID)
|
||||||
{
|
{
|
||||||
const CHAR *arg = "-a";
|
(VOID)OsShellCmdTskInfoGet(OS_ALL_TASK_MASK, NULL, OS_PROCESS_INFO_ALL);
|
||||||
|
|
||||||
(VOID)OsShellCmdDumpTask(1, &arg);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue