summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chengwei Yang [Fri, 7 Dec 2012 01:23:49 +0000 (09:23 +0800)]
Fix a script warning
Change-Id: I96acd34173b3f678bd59709da11302fb78d73683
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
juho [Thu, 6 Dec 2012 09:12:57 +0000 (18:12 +0900)]
fix LOG_IF macro error
MACRO arguments error
juho [Thu, 6 Dec 2012 04:50:07 +0000 (13:50 +0900)]
fix tizen_platform_env script wrong syntax
juho [Thu, 6 Dec 2012 01:47:37 +0000 (10:47 +0900)]
fix wrong dlog control script usage message
addition fix other package build error concerned previous dlog change
Change-Id: I6bc17a062d8feaa077a9ed2cb423c15ba02d81c2
juho [Wed, 5 Dec 2012 09:12:03 +0000 (18:12 +0900)]
change dlog output format and dlog platform logging ctrl
Change-Id: I6f1d6f4d86ef5540e2df4487f45a04157f982d57
Chengwei Yang [Mon, 5 Nov 2012 04:45:02 +0000 (12:45 +0800)]
Fix: '-g' conflicts with '-c' option and update help info
Check options conflict and exit gracefully if conflict occurred.
Before applying this patch
$ dlogutil -g -c
arc = 3, optind = 3 ,Kb 0, rotate 4
ioctl: Bad file descriptor
After applying this patch, it prints help info and exit.
Change-Id: I9133398d6f67cad6aadb6224beddd75ed06ef0dc
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Chengwei Yang [Mon, 5 Nov 2012 04:25:41 +0000 (12:25 +0800)]
Fix incorrect access mode check
The O_* variales are integers and aren't not suitable with bit
operation, because O_RDONLY is 0, so if the mode is O_RDONLY, (mode &
O_RDONLY) always return false. So the access mode is always 0,
that means F_OK rather than R_OK.
Change-Id: If750f85864d32f7d0a039b2ee114ef133a311434
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Chengwei Yang [Fri, 2 Nov 2012 09:04:32 +0000 (17:04 +0800)]
Add fundamental list functions to manage log devices
This commit does the below things:
* Add fundamental list functions to manage log devices
* Fix a issue that if both log system and log apps are available, the
latter will overwrite the devices->next!
* release memory at exit
Change-Id: Iebc3f8d2b34d6abbd834b07a31e0c2ebba01b63b
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Chengwei Yang [Fri, 2 Nov 2012 06:41:24 +0000 (14:41 +0800)]
Fix help info
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
juho [Wed, 24 Oct 2012 09:19:15 +0000 (18:19 +0900)]
changed default dlog logging file size
juho [Wed, 24 Oct 2012 09:18:29 +0000 (18:18 +0900)]
removed wrong device rules
juho [Wed, 24 Oct 2012 09:16:31 +0000 (18:16 +0900)]
insert LICENSE file
juho [Wed, 24 Oct 2012 09:14:46 +0000 (18:14 +0900)]
Author: Karol Lewandowski <k.lewandowsk@samsung.com>
Date: Tue Aug 28 09:31:01 2012 +0900
Use same dlog configuration as found on original SLP images.
Anything different will confuse developers which is last thing we
wan't to do right now.
Additionally, drop DefaultDependencies=no, as when logging to files
we need rw /var.
juho [Wed, 24 Oct 2012 09:13:01 +0000 (18:13 +0900)]
Import systemd support patches from RSA
- Fix post section.
Remove dlog-util's post file creation, move into install section.
Signed-off-by: William Douglas <william.douglas@intel.com>
- add systemd unit files
Signed-off-by: William Douglas <william.douglas@intel.com>
- Fix initscript symlinks
[ Author: Patrick McCarty <patrick.mccarty@linux.intel.com> ]
Bastardized-by: Karol Lewandowski <k.lewandowsk@samsung.com>
juho [Wed, 5 Sep 2012 09:26:30 +0000 (18:26 +0900)]
enable app dlog macro
Change-Id: I528f3b73de47042b3bc1fd632479cd1ea52caefd
Karol Lewandowski [Thu, 16 Aug 2012 11:33:29 +0000 (20:33 +0900)]
Don't die in case of messages lacking priority in first byte
dlogutil expects first byte of message returned from kernel
to be priority selector. This is not always the case - misbehaving
apps can write anything to /dev/log_* causing dlogutil to crash.
This commit fixes this problem and logs such messages with "[NO TAG]"
string at "error" priority.
juho [Wed, 22 Aug 2012 12:25:13 +0000 (21:25 +0900)]
tizen_2.0 merged
Kim Kibum [Sun, 29 Apr 2012 07:59:59 +0000 (16:59 +0900)]
upload tizen1.0 source
Yan Yin [Wed, 14 Mar 2012 04:07:23 +0000 (12:07 +0800)]
update for beta universally
Kibum Kim [Fri, 6 Jan 2012 15:44:37 +0000 (00:44 +0900)]
Git init
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:40 +0000 (21:59 +0900)]
Initial empty repository