From eeffbdc745137bd6d916b69e7b1a54deaaf06bcf Mon Sep 17 00:00:00 2001 From: sodanotgreen Date: Tue, 7 May 2024 16:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E6=8C=87=E9=92=88=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sodanotgreen --- frameworks/native/appkit/app/main_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/native/appkit/app/main_thread.cpp b/frameworks/native/appkit/app/main_thread.cpp index 55c89bb006..30566e14fd 100644 --- a/frameworks/native/appkit/app/main_thread.cpp +++ b/frameworks/native/appkit/app/main_thread.cpp @@ -2346,7 +2346,7 @@ void MainThread::HandleDumpHeap(bool isPrivate) } auto &runtime = app->GetRuntime(); if (runtime == nullptr) { - TAG_LOGE(AAFwkTag::APPKIT, "HandleDumpHeapPrepare runtime is nullptr"); + TAG_LOGE(AAFwkTag::APPKIT, "HandleDumpHeap runtime is nullptr"); return; } auto taskFork = [&runtime, &isPrivate] {