Abstract
Execution logs capture the run-time behavior of software systems. To assist developers in their maintenance tasks, many studies have proposed tools to analyze execution information from logs. However, it is as yet unknown how industry developers analyze logs in embedded software engineering. In order to bridge the gap, we study how developers analyze logs by interviewing 25 software developers from ASML, which is a leading company in developing lithography machines. In particular, we explore the type of logs developers analyze, the purposes for which developers analyze logs, the information developers need from logs and their expectation on tool support. As the main contribution, we observed that the lack of domain knowledge, lack of familiarity with code base and software design, and presence of concurrency, raise major challenges in log analysis for such complex and multidisciplinary systems. Particularly, we observed that inspecting execution information at different levels of abstraction is useful to develop comprehension of such complex systems. However, obtaining the abstraction is difficult with current tools. Our study has several implications. The empirical evidence provided by our study implies the need to support log inspection and comparison with multiple levels of abstraction, categorize log differences, and recover links between different types of logs.
Original language | English |
---|---|
Title of host publication | Proceedings - 2021 IEEE/ACM 43rd International Conference on Software Engineering |
Subtitle of host publication | Software Engineering in Practice, ICSE-SEIP 2021 |
Publisher | IEEE Computer Society |
Pages | 61-70 |
Number of pages | 10 |
ISBN (Electronic) | 9780738146690 |
DOIs | |
Publication status | Published - May 2021 |
Event | 43rd IEEE/ACM International Conference on Software Engineering: Software Engineering in Practice, ICSE-SEIP 2021 - Virtual, Online, Spain Duration: 25 May 2021 → 28 May 2021 |
Conference
Conference | 43rd IEEE/ACM International Conference on Software Engineering: Software Engineering in Practice, ICSE-SEIP 2021 |
---|---|
Country/Territory | Spain |
City | Virtual, Online |
Period | 25/05/21 → 28/05/21 |
Bibliographical note
Publisher Copyright:© 2021 IEEE.
Keywords
- Embedded systems
- Log analysis
- Maintenance