summaryrefslogtreecommitdiff
path: root/src/critical_log.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-13pkgmgr plugin, coding convention, AUL exceptionSung-jae Park1-6/+12
Package manager plugin handles updating packages correctly. Coding convention is updated. AUL launch exception is updated Change-Id: I6be04e432ec9fbc698df377ef8b198855ecb76e1
2013-08-05Remote client service is implemented.Sung-jae Park1-8/+2
But not yet published. Slave Life cycle management code is updated. (Return value handling codes are updated) Change-Id: I8670b9502c11dce404b5a42db6e00fc31dbbdbe4
2013-06-13Update SMACK, Fix a crash of terminating sequence, etc, ...Sung-jae Park1-3/+19
[model] Tizen [binary_type] AP [customer] Tizen Developer [issue#] N/A [problem] SMACK label is separated, Crash of terminating sequence [cause] Terminating sequence is not valid when the edje plugin is loaded. SMACK should be separated by each service module. [solution] Update SMACK label. Fix the crash of terminating sequence [team] HomeTF [request] [horizontal_expansion] Change-Id: I8aa7c4773a6548685e63bd3e822d83cbbb01db98
2013-05-28Logging system & notification service updated.Sung-jae Park1-12/+5
[model] Tizen [binary_type] AP [customer] Tizen Developers [issue#] N/A [problem] N/A [cause] N/A [solution] Update logging system & notification service routine [team] HomeTF [request] [horizontal_expansion] Change-Id: Ief2ed01ba038f3e28868064dd3544094a47fc231
2013-05-20Logging the critical message to a file.Sung-jae Park1-0/+2
The file will be unlinked every boot. So the log must has to be captured before reboot the device Change-Id: I1c2bc06b61cd7c429426b04bebbd499d267c1061
2013-05-01Various patches are appliedSung-jae Park1-1/+2
Patch 9/9 Fix the bug of ignoring updated content info. Even if the box tries to update its content info, in case of script type box, the provider ignores it. This patch will fix it. Patch 8/9 Use the break after handling the service request (badge/noti) Patch 7/9 Using EINA_LIST_FREE instead of EINA_LIST_FOREACH_SAFE. To release the svc_ctx->packet_list. Patch 6/9 Keep the desc block even if the buffer of lb is not ready. Keep the desc blocks even if the buffer of livebox is not created. The provider will send the created event to the slave. Then the slave will start to generate the desc file. (script data) But the provider cannot apply desc to its buffer. Because there is no created object. To resolve this issue, This patch will create a cache. It will be used for keeping the blocks which are parsed before creating a buffer of livebox (or PD). Patch 5/9 Update License Patch 4/9 Enable Badge/Notification service. Patch 3/9 Don't set the "default" to content as default value. Client can use "" for its content value. So the provider has not to touch the "content". Patch 2/9 Update period compensation timer. Patch 1/9 Fix the storage size calculation bug. Change-Id: Ia6f0d5e0fe06ed9a348082d324b09cc7732041e7
2013-04-19Implement the service thread & Update licenseSung-jae Park1-1/+1
Implement the badge & shortcut & notification service threads. Change-Id: Idb9393bfd39861da6cd6679e6b370ad6e18d0b55
2013-04-18Update LicenseSung-jae Park1-1/+1
Change-Id: I63230dfbe67c161f3589acb628a59018b429c8c7
2013-03-25Update LicenseSung-jae Park1-10/+9
2012 -> 2013 Fix the bug of resized box event. After the provider get the resized event from the box, need to check the current size of a box. If is same with requested size, send it to the client that the request is already finished. Apply the livebox errno (status code) instead of system errno. Make easy to understand what happens in the API. Use the util_uri_to_path to unlink image files of liveboxes(image type) Change-Id: Ide9281da21700f4e1d9c0eb480daeff891258ccd
2013-03-16sync with masterJinkun Jang1-0/+164