projects
/
platform
/
core
/
uifw
/
libds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9772b4
)
DSWaylandProtocolTrace : Add LOCV_EXCL
37/243437/1
author
dyamy-lee
<dyamy.lee@samsung.com>
Wed, 2 Sep 2020 04:48:38 +0000
(13:48 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Mon, 7 Sep 2020 10:35:28 +0000
(19:35 +0900)
Change-Id: Ibd5eefc81487bcaafd573ea269abcb607a65217a
src/DSWaylandServer/DSWaylandProtocolTrace.cpp
patch
|
blob
|
history
diff --git
a/src/DSWaylandServer/DSWaylandProtocolTrace.cpp
b/src/DSWaylandServer/DSWaylandProtocolTrace.cpp
index
75d8583
..
b6575c8
100644
(file)
--- a/
src/DSWaylandServer/DSWaylandProtocolTrace.cpp
+++ b/
src/DSWaylandServer/DSWaylandProtocolTrace.cpp
@@
-29,7
+29,7
@@
namespace display_server
{
-
+/*LCOV_EXCL_START*/
int DSWaylandProtocolTrace::__refCount { 0 };
std::mutex DSWaylandProtocolTrace::__mutex;
DSWaylandProtocolTrace* DSWaylandProtocolTrace::__protocolTrace { nullptr };
@@
-1490,5
+1490,5
@@
int DSWaylandProtocolTracePrivate::rule_validate_func(ProtocolTrace_Tree *tree,
}
return 0;
}
-
+/*LCOV_EXCL_STOP*/
} // namespace display_server
\ No newline at end of file