To make sure that Android applications have a good responding performance, developers can use asynchronous programming, i.e. time-consuming tasks are placed in the sub-thread. This approach significantly improves the performance of the application, but it is very difficult to locate the reason when something goes wrong. This paper presents a method based on asynchronous tracking to realize the performance detection and analysis of Android application response in order to solve the problem that the Android s...