index
:
platform/core/system/crash-worker
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
klewandowski/sandbox/wip-cleanup-upgrade
master
refsf/for/tizen
sandbox/adrian.s/test
sandbox/dkson95/asan
sandbox/dkson95/test
sandbox/klewandowski/config-rework
sandbox/klewandowski/dump-cpp
sandbox/klewandowski/dump-systemstate-rewrite
sandbox/klewandowski/set-crash-info-rewrite
sandbox/kopasiak/test
sandbox/lstelmach/for-tizen-3
sandbox/lstelmach/vip-unwind
sandbox/mmoscicki2/callstackhash
sandbox/mmoscicki2/callstackhash2
sandbox/mmoscicki2/crash-worker-bugreport
sandbox/mmoscicki2/debug_so_info
sandbox/mmoscicki2/minicoredumper-integration
sandbox/mmoscicki2/sysassert-message
sandbox/mmoscicki2/unit_tests
sandbox/nmerinov/llvm
sandbox/rpietruch/for-tizen-3
sandbox/sebuns2/report_pid
sandbox/sunm71/test
tizen
tizen_3.0
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Framework;
Kunhoon Baik <knhoon.baik@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
dump_systemstate: Continue dumping after failure of a subcommand
Mateusz Moscicki
1
-30
/
+23
2018-10-24
Handle spaces in the crashed app pathname and in the maps file
Mateusz Moscicki
3
-3
/
+14
2018-10-03
crash-manager: Do not make temporary copy of crashed process maps
Karol Lewandowski
1
-29
/
+6
2018-10-03
Fix: Another instance of indexing array with negative index
Karol Lewandowski
1
-1
/
+1
2018-10-03
Fix: Do not index buffer[] with negative index in case of read failure
Karol Lewandowski
1
-2
/
+1
2018-10-03
util: Remove unused file_exist()
Karol Lewandowski
1
-11
/
+0
2018-10-03
util: Allow functions to be called from c++
Karol Lewandowski
1
-2
/
+11
2018-10-03
util: Add nullvec2str
Karol Lewandowski
2
-0
/
+14
2018-10-03
util: Remove unused cat_file()
Karol Lewandowski
2
-31
/
+0
2018-09-20
util: Dead code removal
Karol Lewandowski
2
-47
/
+0
2018-09-17
crash-manager: Use same constant for minicoredumper, crash-stack and zip comm...
Karol Lewandowski
1
-3
/
+4
2018-09-13
Fix Coverity warnings: #1020601 #1020599 #1020595 #1020587
Mateusz Moscicki
2
-7
/
+10
2018-09-13
Fix after security review
Mateusz Moscicki
6
-64
/
+40
2018-09-05
Use dynamic allocated memory instead of fixed-size arrays
Mateusz Moscicki
4
-72
/
+105
2018-09-05
Add timeout to the zip command
Mateusz Moscicki
1
-6
/
+25
2018-09-05
Add timeout to run the crash-stack
Mateusz Moscicki
1
-18
/
+44
2018-09-05
Merge move_dump_dir() and move_info_file()
Mateusz Moscicki
1
-25
/
+7
2018-09-05
Stop using crash_info struct as a global variable
Mateusz Moscicki
1
-127
/
+129
2018-09-04
Use parsed command line arguments instead of raw string values
Mateusz Moscicki
4
-60
/
+57
2018-08-29
Merge "crash-manager: Simplify dump_core error reporting" into tizen
Mateusz Mo?cicki
1
-11
/
+7
2018-08-29
Move the function to read /proc/<pid>/exe symlink to util.c
Mateusz Moscicki
5
-58
/
+64
2018-08-29
crash-manager: Simplify dump_core error reporting
Karol Lewandowski
1
-11
/
+7
2018-08-28
Fix SVACE warnings
Mateusz Moscicki
5
-48
/
+51
2018-08-23
Fix report path for INFO report type
Mateusz Moscicki
1
-4
/
+3
2018-08-23
Move finding TID to crash-manager
Mateusz Moscicki
4
-95
/
+112
2018-08-22
Normalize minicoredumper config variable naming
Karol Lewandowski
2
-5
/
+4
2018-08-22
Move crash-manager.conf to /etc
Karol Lewandowski
3
-4
/
+4
2018-08-22
Fail early if can not run minicoredumper properly
Karol Lewandowski
1
-10
/
+23
2018-08-22
Remove unsupported and misleading configuration options
Karol Lewandowski
6
-236
/
+35
2018-08-22
Merge changes I5ecf4873,I049952ab into tizen
Karol Lewandowski
3
-17
/
+4
2018-08-22
Add report types
Mateusz Moscicki
2
-16
/
+101
2018-08-22
Split execute_crash_modules
Mateusz Moscicki
1
-15
/
+36
2018-08-22
Add ability to set report path in crash-manager.conf
Mateusz Moscicki
2
-34
/
+106
2018-08-22
Add DBus signal emitting after report save
Mateusz Moscicki
4
-0
/
+372
2018-08-22
Save full cmd_line
Mateusz Moscicki
1
-6
/
+7
2018-08-22
log: Enable logging messages to a FILE* instead of dlog
Łukasz Stelmach
1
-0
/
+27
2018-08-22
crash-stack: Use dlog-based macros for logging messages
Łukasz Stelmach
7
-104
/
+121
2018-08-22
Integrate code from tbstack
Łukasz Stelmach
15
-836
/
+651
2018-08-22
Support x86
Łukasz Stelmach
1
-1
/
+32
2018-08-22
Support Aarch64
Mateusz Moscicki
1
-1
/
+6
2018-08-22
Support arm
Łukasz Stelmach
1
-1
/
+6
2018-08-22
crash-stack: import tbstack sources
Łukasz Stelmach
5
-0
/
+2496
2018-08-10
log_dump: dbus: Only root can own org.tizen.system.crash name
Karol Lewandowski
1
-1
/
+0
2018-08-10
log_dump: Rework service file
Karol Lewandowski
2
-16
/
+4
2018-07-26
Fix off-by-one error in generating the so_info file
Mateusz Moscicki
1
-1
/
+1
2018-07-19
Log message to dlog when wait_for_child returns non-zero value
Mateusz Moscicki
1
-1
/
+5
2018-07-19
Add own implementation of getting rpm packages info
Mateusz Moscicki
2
-20
/
+73
2018-07-19
Copy /proc/<pid>/maps file to temporary directory
Mateusz Moscicki
1
-4
/
+32
2018-07-19
Add checking if CRASH_ROOT_PATH exists
Mateusz Moscicki
4
-1
/
+47
2018-07-12
Return exit code of the program invoked by run_command_write_fd_timeout()
Mateusz Moscicki
2
-9
/
+11
[next]