Question

Difficulty: MediumTroubleshooting Mobile OS Performance and Application Issues

A warehouse clerk using a company-issued Android handheld terminal reports that the inventory tracking application has become increasingly sluggish when logging barcode scans and frequently displays an 'Application Not Responding' (ANR) message. Other installed applications and wireless connectivity on the device function properly. Which of the following actions should a technician take FIRST as the least invasive troubleshooting step?

  1. Force stop the inventory tracking application and clear its application cache.Answer
  2. B
    Perform a factory reset on the handheld terminal to erase all local user data.
  3. C
    Reflash the Android OS system firmware image using custom recovery tools.
  4. D
    Boot the handheld terminal into Safe Mode to execute a system RAM diagnostic.

Answer

Force stop the inventory tracking application and clear its application cache.
Force stopping the application and clearing its cache removes temporary state files and hung processes that cause ANR errors without erasing user data or settings. This adheres to the least-invasive-first troubleshooting principle.

Step-by-Step Solution

1
Isolate the scope of the issue based on symptoms.
The sluggishness and ANR prompts are isolated to the inventory tracking app, while other apps and wireless services operate normally.
Determining if an issue is app-specific or system-wide dictates the correct starting tier in troubleshooting methodology.
2
Apply the least invasive troubleshooting technique for a single application.
Force stopping the application terminates hung background threads, and clearing the app cache removes bloated or corrupted temporary files without deleting user accounts or settings.
CompTIA A+ methodology requires resolving application issues using the least invasive method (Force Stop / Clear Cache) before moving to more invasive actions (Clear Data, Reinstall, or Factory Reset).

Key Concept

Least invasive mobile application troubleshooting (Force Stop / Clear Cache)
Rate this question