mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
!816 [优化]:DMS日志整改3.2Release
Merge pull request !816 from 师皓杰/OpenHarmony-3.2-Release
This commit is contained in:
commit
f73788351a
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2024 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -115,7 +115,7 @@ int32_t DistributedSchedStub::OnRemoteRequest(uint32_t code,
|
||||
MessageParcel& data, MessageParcel& reply, MessageOption& option)
|
||||
{
|
||||
bool IsLocalCalling = IPCSkeleton::IsLocalCalling();
|
||||
HILOGI("OnRemoteRequest, code = %{public}d, flags = %{public}d, IsLocalCalling = %{public}d.",
|
||||
HILOGI("OnRemoteRequest, code = %{public}u, flags = %{public}d, IsLocalCalling = %{public}d.",
|
||||
code, option.GetFlags(), IsLocalCalling);
|
||||
|
||||
const auto& funcsMap = IsLocalCalling ? localFuncsMap_ : remoteFuncsMap_;
|
||||
|
Loading…
Reference in New Issue
Block a user