Question

Difficulty: MediumTroubleshooting Mobile OS Performance and Application Issues

A field inspector using a specialized site-surveying application on an Android mobile device reports that the app frequently freezes during data rendering, causing severe UI lag and rapid battery drain. The inspector needs to resolve the performance degradation quickly without losing customized offline survey templates stored in the app's local storage. Which TWO of the following initial, least-invasive troubleshooting steps should the technician perform to address this issue?

  1. Force stop the unresponsive surveying application via the device settings.Answer
  2. Clear the application cache for the surveying app within the storage settings.Answer
  3. C
    Clear the application data for the surveying app from the application manager.
  4. D
    Perform a complete system factory reset on the mobile device.

Answer

The technician should force stop the unresponsive application and clear its temporary application cache.
Following compulsory CompTIA troubleshooting methodology, technicians should perform least-invasive steps first. Force stopping the application halts stuck execution loops and frees up system memory immediately. Clearing the application cache removes temporary cached data that can become corrupted and cause freezing or overheating, while preserving the user's saved offline templates and app configurations.

Step-by-Step Solution

1
Terminate the runaway process
Stops background execution and releases consumed CPU/RAM cycles
Force stopping an unresponsive app resolves active memory leaks or stuck process loops cleanly.
2
Clear application cache memory
Removes temporary unneeded cached files without altering app databases or stored templates
Corrupted cached files frequently lead to rendering hangs and excessive battery depletion.

Key Concept

Least-Invasive Mobile Application Troubleshooting Sequence
Rate this question