Michal Bloch [Thu, 26 Sep 2024 19:12:57 +0000 (21:12 +0200)]
Add @details docs.
Change-Id: I2ed323bb036267ce3ecfdde646dff63502354000
Michal Bloch [Fri, 20 Sep 2024 16:08:39 +0000 (18:08 +0200)]
Fix some recently broken behaviour
Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cd4
Michal Bloch [Mon, 9 Sep 2024 14:56:32 +0000 (16:56 +0200)]
More docs.
Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cd3
Michal Bloch [Mon, 9 Sep 2024 14:56:32 +0000 (16:56 +0200)]
Extend docs to 50 chars
As requested by corporate rules.
Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cd2
Michal Bloch [Thu, 29 Aug 2024 12:01:15 +0000 (14:01 +0200)]
Extract functions used in tests to a separate file
Previously they were under an #ifdef macro,
which some static analyzer complained about.
Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cd1
Michal Bloch [Thu, 29 Aug 2024 09:45:17 +0000 (11:45 +0200)]
Reduce cyclomatic complexity
Some corporate system complained about it.
Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cd0
Chanwoo Choi [Tue, 12 Mar 2024 08:00:30 +0000 (17:00 +0900)]
packaging: Fix gcov build error by adding the ignore error cases
By upgrading lcov package version, there are new build error before
build warning. Fix gcov build error by adding the ignore error cases
of 'mismatch' and 'unused' options.
Change-Id: I2ed323bb036267ce3ecfdde646dff63502353cc4
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Michal Bloch [Mon, 19 Feb 2024 14:34:18 +0000 (15:34 +0100)]
Release 9.0.1
Add zero-copy (zlogger) support to dlog_logger daemon
Change-Id: I13168087ef460e74c203ab0f0311b91f6f242222
Michal Bloch [Mon, 19 Feb 2024 13:43:40 +0000 (13:43 +0000)]
Merge changes from topic "var_log_zlog" into tizen
* changes:
dlog_logger: handle zero-copy backend
tests: enable daemon tests for zero-copy
tests: enable redirection tests for zero-copy
Extract zero-copy reading into a function
daemon: small refactor for file subreader creation
daemon: extract reader start-up to a function
Michal Bloch [Tue, 23 Jan 2024 11:41:01 +0000 (12:41 +0100)]
dlog_logger: handle zero-copy backend
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421f2
Michal Bloch [Fri, 26 Jan 2024 18:12:20 +0000 (19:12 +0100)]
tests: enable daemon tests for zero-copy
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421f3
Michal Bloch [Fri, 2 Feb 2024 16:57:48 +0000 (17:57 +0100)]
Fix a null dereference.
Change-Id: I13168087ef460e74c203ab0f0311b91f6f242200
Michal Bloch [Thu, 1 Feb 2024 09:49:06 +0000 (10:49 +0100)]
tests: enable redirection tests for zero-copy
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421f4
Michal Bloch [Fri, 26 Jan 2024 19:18:25 +0000 (20:18 +0100)]
Extract zero-copy reading into a function
Will get used directly by the daemon.
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421f1
Michal Bloch [Fri, 26 Jan 2024 15:52:40 +0000 (16:52 +0100)]
daemon: small refactor for file subreader creation
* improve function name
* extract backend-specific logic to a separate func
* accomodate different backends' different sorting needs
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421f0
Michal Bloch [Thu, 25 Jan 2024 18:13:44 +0000 (19:13 +0100)]
daemon: extract reader start-up to a function
Later on, zlogger readers will be wired up cleanly as well.
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421ef
Michal Bloch [Thu, 1 Feb 2024 15:39:10 +0000 (16:39 +0100)]
Fix bugs found by static analysis.
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421f5
Michal Bloch [Mon, 22 Jan 2024 13:09:35 +0000 (14:09 +0100)]
Release 9.0.0
Mostly performance and preparation for further changes.
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421ed
Michal Bloch [Fri, 19 Jan 2024 13:55:39 +0000 (14:55 +0100)]
zlogger: commentate a possible log loss source
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421ec
Michal Bloch [Thu, 18 Jan 2024 13:42:48 +0000 (14:42 +0100)]
zlogger: don't let logs slip through cracks in time
dlogutil receives all logs and has to figure out which of those it has
already printed. It used to do this by looking at the timestamp, but
if the clock_gettime() call and the memcpy() call in the client happened
to be across the edge of two iterations then util will think that log
was already printed in the previous one, losing it. Change this so that
it only looks at previous offset.
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421eb
Michal Bloch [Wed, 17 Jan 2024 12:49:54 +0000 (13:49 +0100)]
tests: zlogger nominally runs the daemon
Even though the "daemon not running!" warning
brings no information, it brings attention.
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421ea
Michal Bloch [Tue, 16 Jan 2024 15:53:29 +0000 (16:53 +0100)]
zlogger: dont kill the daemon
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421e9
Michal Bloch [Mon, 15 Jan 2024 16:13:59 +0000 (17:13 +0100)]
tests: extract stdout redirection
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421e8
Marek Szulc [Thu, 16 Feb 2023 13:41:45 +0000 (14:41 +0100)]
tests: extract logger buffering and logging tests
Change-Id: I13168087ef460e74c203ab0f0311b91f6f2421e7
Marek Szulc [Thu, 16 Feb 2023 13:29:26 +0000 (14:29 +0100)]
tests: extract backend autodetection test to a separate file
Change-Id: I8a27f0dbf7a2196513a1910a70f23b34d1b2ae7b
Marek Szulc [Thu, 16 Feb 2023 13:06:44 +0000 (14:06 +0100)]
tests: extract tid filtering and secure logging tests
Change-Id: I1af81435c729504510692bf39e7cbed67262dcd8
Marek Szulc [Thu, 16 Feb 2023 12:46:14 +0000 (13:46 +0100)]
tests: extract daemon early quit test to a separate file
Change-Id: Ie61788b313b3f24aa31ec09a46eeee9fb12a4acd
Michal Bloch [Thu, 11 Jan 2024 15:01:41 +0000 (16:01 +0100)]
tests: change the way test msg is being displayed
Now each script has its own local TOTAL, OKS, FAILS
variables, and display messages consist of test name,
whether script failed or succeded and its local value
of TOTAL variable.
Change-Id: Ie48f10eb14220089a684dcc4b374b51cdd6d4bda
Michal Bloch [Fri, 8 Dec 2023 14:04:26 +0000 (15:04 +0100)]
Fix how %m behaves in the log format
%m is supposed to mean the original state of errno as it was at the time
libdlog was called. But we used to perform syscalls that changed it.
Make sure that we immanentize the message first, before any syscalls,
so that %m uses the correct value of errno.
Change-Id: I5b594b28fa7dc8c2ec590231c5c0903de75eddee
Michal Bloch [Thu, 14 Dec 2023 14:33:42 +0000 (15:33 +0100)]
Update the version and maintainer list
Change-Id: I5b594b28fa7dc8c2ec590231c5c0903de753edee
Karol Lewandowski [Wed, 29 Nov 2023 14:37:34 +0000 (15:37 +0100)]
libdlog: Ensure cached_pid is initialized in slow path
Change-Id: If7b38a5df5d22a6eef28af4b294669916645c8fe
Karol Lewandowski [Mon, 27 Nov 2023 23:59:24 +0000 (00:59 +0100)]
libdlog: Rewrite errnous comments about pthread_atfork() usage
Change-Id: I56106fddfddf00b38639b147dd80ab90e0a9f6fa
Mateusz Majewski [Mon, 16 Oct 2023 10:10:37 +0000 (12:10 +0200)]
Add nanoseconds to JSON realtime timestamps
Change-Id: Ic8d60d148bd88514f9342bac82c1477383bb0f6e
Michal Bloch [Thu, 14 Dec 2023 15:19:06 +0000 (15:19 +0000)]
Merge "Add a unit test for ptrs_list map" into tizen
Chanwoo Choi [Wed, 6 Dec 2023 05:39:23 +0000 (14:39 +0900)]
dlog: Remove profile version from header files
Change-Id: I5b594b28fa7dc8c2ec590231c5c0903de753edea
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Michal Bloch [Mon, 27 Nov 2023 13:08:24 +0000 (14:08 +0100)]
Add a unit test for ptrs_list map
Change-Id: I9ed5a01238f66a32f28dfd366fa696771e0bf51e
Unsung Lee [Mon, 23 Oct 2023 02:17:42 +0000 (11:17 +0900)]
service: Set MemoryLimit to 20MB
Change-Id: I9ed5a01238f66a32f28dfd366fa696771e0bf51d
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
Michal Bloch [Mon, 9 Oct 2023 09:38:42 +0000 (11:38 +0200)]
Fix: generic cleanup for logger readers
Also solves a performance/behaviour issue.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b07b
Michal Bloch [Fri, 6 Oct 2023 11:47:42 +0000 (13:47 +0200)]
Release 8.0.6
Fixes and performance for multi-threading.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b07a
Michal Bloch [Fri, 6 Oct 2023 08:57:20 +0000 (10:57 +0200)]
Don't destroy the server while reader threads live
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b079
Michal Bloch [Tue, 3 Oct 2023 08:45:50 +0000 (10:45 +0200)]
Cleanup threaded memory readers properly
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b072
Michal Bloch [Thu, 5 Oct 2023 07:21:48 +0000 (09:21 +0200)]
Remove a TOCTTOU issue
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b078
Michal Bloch [Wed, 4 Oct 2023 08:11:15 +0000 (10:11 +0200)]
Starting a reader: expose MT dispatcher
Expose a MT dispatcher instead of the raw 'add reader to server' func.
Note that this doesn't change logic and the raw func is still used.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b075
Michal Bloch [Wed, 4 Oct 2023 10:39:16 +0000 (12:39 +0200)]
Reinstate dead reader storage
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b077
Michal Bloch [Tue, 3 Oct 2023 13:09:39 +0000 (15:09 +0200)]
Commonize server reader removal
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b074
Michal Bloch [Tue, 3 Oct 2023 10:49:12 +0000 (12:49 +0200)]
Simplify reader run dispatch
All reader types now support MT
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b073
Michal Bloch [Mon, 2 Oct 2023 11:32:12 +0000 (13:32 +0200)]
Thread self-cancel only deals with the thread
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b071
Michal Bloch [Thu, 28 Sep 2023 17:51:48 +0000 (19:51 +0200)]
Perform signal-related cleanup on exit
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b063
Michal Bloch [Thu, 28 Sep 2023 17:50:41 +0000 (19:50 +0200)]
Extract signal handling into two functions
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b062
Michal Bloch [Fri, 29 Sep 2023 14:46:51 +0000 (16:46 +0200)]
Release 8.0.5
Performance/correctness fixes for multi-threaded readers.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b070
Michal Bloch [Fri, 22 Sep 2023 17:25:07 +0000 (19:25 +0200)]
Don't put readers into the dead reader storage
This means the cleanup has to wait until the next daemon iteration,
which often takes up to 1s because it's sleeping on epoll.
This in turn creates unacceptable (according to tests) delays.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b064
Michal Bloch [Mon, 25 Sep 2023 11:58:32 +0000 (13:58 +0200)]
Fix a race condition
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b059
Michal Bloch [Wed, 13 Sep 2023 17:52:08 +0000 (19:52 +0200)]
Release 8.0.4
* allow multi-threading the pipe daemon.
Needs optimisations but is a good start.
* optimize zero-copy backend monitoring.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b058
Michal Bloch [Wed, 13 Sep 2023 12:45:59 +0000 (14:45 +0200)]
Make multithreading optional
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b056
Michal Bloch [Tue, 18 Jul 2023 13:51:52 +0000 (15:51 +0200)]
dlog_logger: multithread pipe & memory readers
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b004
Michal Bloch [Wed, 6 Sep 2023 14:51:31 +0000 (16:51 +0200)]
Avoid a race condition
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b055
Michal Bloch [Fri, 12 May 2023 11:17:22 +0000 (13:17 +0200)]
Add locks to log storages
Change-Id: Ic4ed88e4ee90b750b9bda57b3297b70350237f51
Michal Bloch [Thu, 20 Jul 2023 12:17:26 +0000 (14:17 +0200)]
dlog_logger: add Dead Reader Storage
It's there, 'cause storing dead readers is now the server's business, that's why!
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b005
Michal Bloch [Tue, 18 Jul 2023 14:11:02 +0000 (16:11 +0200)]
Unify starting a reader
The same function now either adds the reader to server
or, if so defined, runs a standalone thread.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b001
Mateusz Majewski [Wed, 13 Sep 2023 13:40:10 +0000 (15:40 +0200)]
Only read the logs that could have changed
This uses the new support for change bitmaps that is implemented in the
zlogger kernel module.
Change-Id: I6d4c9301003c7e436d9bddf7085fb1704f812674
Mateusz Majewski [Tue, 12 Sep 2023 07:09:09 +0000 (09:09 +0200)]
Disable some dynamic tests on the zero-copy backend
They have never passed there anyway.
Change-Id: I7680db2f787a5dc6645708997f07ffb775e57efb
Mateusz Majewski [Tue, 12 Sep 2023 07:08:51 +0000 (09:08 +0200)]
Add zero-copy option to test usage message
Change-Id: I86edcbfa01883dcecd7e5944ee6c61941d226147
Mateusz Moscicki [Wed, 6 Sep 2023 08:28:57 +0000 (10:28 +0200)]
Remove ISU package requirement from the spec
Change-Id: I879c1d17db6a42d86e1632ec47cf737cb6706ecf
Michal Bloch [Mon, 4 Sep 2023 12:46:56 +0000 (14:46 +0200)]
Increase coverage even further.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b024
Michal Bloch [Mon, 4 Sep 2023 14:56:29 +0000 (16:56 +0200)]
Expand the backend comparison table
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b023
Michal Bloch [Wed, 30 Aug 2023 12:51:13 +0000 (14:51 +0200)]
Improve the libdlogutil coverage test
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b022
Michal Bloch [Wed, 30 Aug 2023 10:55:17 +0000 (12:55 +0200)]
Exclude more code from coverage testing.
* work around poorly designed coverage testing setup (see logprint.c)
* exclude things that aren't in the public API
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b021
Michal Bloch [Fri, 25 Aug 2023 12:07:49 +0000 (14:07 +0200)]
Release 8.0.3
Coverage tests improvements
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b015
Michal Bloch [Fri, 25 Aug 2023 14:27:40 +0000 (16:27 +0200)]
Exclude some inaccessible code
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b019
Michal Bloch [Fri, 25 Aug 2023 14:15:23 +0000 (16:15 +0200)]
Add more dlogutil coverage tests
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b018
Michal Bloch [Fri, 25 Aug 2023 14:13:50 +0000 (16:13 +0200)]
Fix a warning message
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b017
Michal Bloch [Fri, 25 Aug 2023 12:39:41 +0000 (14:39 +0200)]
Improve type safety + microoptimize
Don't use the pointer to a member to write to the whole object.
Only write to a member of that member.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b016
Michal Bloch [Thu, 24 Aug 2023 19:21:15 +0000 (21:21 +0200)]
Add CAPI coverage tests
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b014
Michal Bloch [Wed, 23 Aug 2023 13:25:44 +0000 (15:25 +0200)]
Gather public API coverage
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b013
Michal Bloch [Fri, 18 Aug 2023 12:09:41 +0000 (14:09 +0200)]
Release 8.0.2
Coverage stats + preparation for MT
Michal Bloch [Wed, 16 Aug 2023 19:08:45 +0000 (21:08 +0200)]
Exclude some files from coverage
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b012
Michal Bloch [Fri, 11 Aug 2023 17:25:56 +0000 (19:25 +0200)]
Add "coverage tests"
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b011
Michal Bloch [Thu, 3 Aug 2023 19:45:20 +0000 (21:45 +0200)]
log storage: leave no dangling pointers, even if unused
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b010
Michal Bloch [Thu, 20 Jul 2023 12:20:00 +0000 (14:20 +0200)]
Commonize reader_free_foreach
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b000
Michal Bloch [Mon, 17 Jul 2023 15:10:22 +0000 (17:10 +0200)]
Remove log storage peeking
Not thread safe, won't be used with threads.
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b764
Michal Bloch [Tue, 9 May 2023 15:09:26 +0000 (17:09 +0200)]
dlog_logger: unify reader servicing
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b760
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Michal Bloch [Mon, 8 May 2023 11:39:49 +0000 (13:39 +0200)]
dlog_logger: add a ghetto vtable to readers
Change-Id: I3b9ee496a24f6e22f87a544fcf2beac1c1ccf01e
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Michal Bloch [Fri, 5 May 2023 18:47:36 +0000 (20:47 +0200)]
dlog_logger: commonize reader threading facilities
Change-Id: I1e48836dd71094512f8364c0d361dc131b178bf1
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Michal Bloch [Fri, 5 May 2023 18:48:03 +0000 (20:48 +0200)]
Get rid of AL reader source FD entity
We poll manually now.
Change-Id: I3df12aa9af47e58f92bd545d3fbc779b05d927f0
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Michal Bloch [Tue, 8 Aug 2023 15:05:36 +0000 (17:05 +0200)]
Fix a null dereference
Change-Id: I798ac2334b123255bdb5afc19208e1eba412b4ee
Youngjae Cho [Mon, 24 Jul 2023 11:58:24 +0000 (20:58 +0900)]
Replace prefix 'libsys' with 'syscommon'
The libsyscommon prototype has changed to have prefix 'syscommon'.
Although this patch has no effect, followed the libsyscommon as it
is literally a function of the libsyscommon. This association would
help to address the workaround later.
Change-Id: I798ac2334b123255bdb5afc19208e1eba412b4ef
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
Michal Bloch [Mon, 17 Jul 2023 15:10:03 +0000 (17:10 +0200)]
Fix pipe reader log selection logic
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b763
Michal Bloch [Mon, 17 Jul 2023 15:09:52 +0000 (17:09 +0200)]
Storage returns entry into buffer
In preparation for thread-safety (can't return
a pointer since the pointee can die).
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b762
Michal Bloch [Mon, 17 Jul 2023 15:09:46 +0000 (17:09 +0200)]
Fix order dependency of some compression tests
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b761
Michal Bloch [Wed, 26 Apr 2023 16:08:10 +0000 (18:08 +0200)]
Extract common parts of util req handling
Change-Id: I8cec8a8c8f20724714b149354baea1fb3f94df16
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Michal Bloch [Wed, 26 Apr 2023 15:05:02 +0000 (17:05 +0200)]
Improve commentary a bit
Change-Id: I91f26aae5fc34fe399ee948b8c8ca5630a5a654f
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Michal Bloch [Mon, 10 Jul 2023 17:12:59 +0000 (19:12 +0200)]
Addendum
c0b7aa712756fc0c6eab600b022c66ca684d6de3
Change-Id: I15d5fac23d1feb37d9fa699df7b973442eb0deb6
Karol Lewandowski [Mon, 10 Jul 2023 11:58:08 +0000 (13:58 +0200)]
Release 8.0.1
Change-Id: I15d5fac23d1feb37d9fa699df7b973442eb0deb5
Mateusz Moscicki [Tue, 16 May 2023 08:35:56 +0000 (10:35 +0200)]
Add ISU Package
Change-Id: Ia0c6b6de39194c8e8522888c683904b762a6116c
Karol Lewandowski [Mon, 10 Jul 2023 14:48:20 +0000 (16:48 +0200)]
Drop dynamic filters configure option
Change-Id: If58d71553306651b4fa1c353d6558c349d6f6c33
Karol Lewandowski [Mon, 10 Jul 2023 11:50:44 +0000 (13:50 +0200)]
configure: XO is long gone, long live Tizen
This commit drops legacy configure options, including XO.
Change-Id: I35108361cc1f260e1fa3715f1d23f939f0b7a051
Karol Lewandowski [Mon, 10 Jul 2023 11:32:03 +0000 (13:32 +0200)]
packaging: Make vconf usage optional and disable it by default
vconf is used for low-memory notification, but vconf also uses dlog so adding it here
causes build loop:
glib2->libdbuspolicy->libcynara-commons->dlog->buxton2->glib2
This commit keeps the feature but disables it by default.
Change-Id: I108f3bb5bbed1a4816bfb8ea8b125c8149a09ded
Karol Lewandowski [Mon, 10 Jul 2023 11:40:16 +0000 (13:40 +0200)]
packaging: Drop uneeded pkgconfig(vconf) for logger binary package
pkgconfig() is for build deps, it's strictly unnecessary for dlog_logger binary package.
Change-Id: Ic014f07b5986ee7b448820d4788ffa257ab6944e
Michal Bloch [Mon, 3 Jul 2023 14:51:16 +0000 (16:51 +0200)]
Fix the stdout redirection block
Change-Id: I38d80a33a8af0093eea3c59766c423c9148f1788
Michal Bloch [Mon, 3 Jul 2023 09:19:45 +0000 (11:19 +0200)]
Release 8.0.0
Add low-memory compression size reduction and stdout disabling.
Change-Id: I38d80a33a8af0093eea3c59766c423c9148f17c7