SEMar 21, 2021

A Systematical Study on Application Performance Management Libraries for Apps

arXiv:2103.11286v11 citations
Originality Synthesis-oriented
AI Analysis

This addresses performance and security issues for Android app developers and vendors, though it is incremental as it builds on existing APM tools with a new empirical analysis.

The paper conducted a systematic study on Application Performance Management (APM) libraries for Android apps, analyzing 25 widely-used APMs and developing APMHunter to examine usage patterns in 500,000 apps, finding that some APMs use deprecated permissions causing failures and inappropriate use can lead to privacy leaks.

Being able to automatically detect the performance issues in apps can significantly improve apps' quality as well as having a positive influence on user satisfaction. Application Performance Management (APM) libraries are used to locate the apps' performance bottleneck, monitor their behaviors at runtime, and identify potential security risks. Although app developers have been exploiting application performance management (APM) tools to capture these potential performance issues, most of them do not fully understand the internals of these APM tools and the effect on their apps. To fill this gap, in this paper, we conduct the first systematic study on APMs for apps by scrutinizing 25 widely-used APMs for Android apps and develop a framework named APMHunter for exploring the usage of APMs in Android apps. Using APMHunter, we conduct a large-scale empirical study on 500,000 Android apps to explore the usage patterns of APMs and discover the potential misuses of APMs. We obtain two major findings: 1) some APMs still employ deprecated permissions and approaches, which makes APMs fail to perform as expected; 2) inappropriate use of APMs can cause privacy leaks. Thus, our study suggests that both APM vendors and developers should design and use APMs scrupulously.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes