Collect Mobile Device Logs
Imprivata MDA Logs
Collect and send verbose logs to assist Imprivata support in diagnosing issues with the Imprivata MDA app.
The Imprivata MDA app displays details about any failures it encountered when attempting to access resources that should be available. These include a number of local and network resources.
To send logs to Imprivata Support from the app:
-
From an error screen:
-
Tap Diagnostics. The Diagnostics screen opens and displays the following statuses:
-
Communication with the Enterprise Access Management server — the EAM server cannot be reached due to network connectivity, server errors, or response timeouts.
-
Enterprise Access Management app config file — the app config file may be missing or is corrupt.
-
Enterprise Access Management PIN — indicates whether your Imprivata PIN is valid or expired.
-
-
Tap Upload log files.
-
Enter the case number and tap Upload to send logs to Imprivata support.
-
-
From the lock screen:
-
Tap the information icon next to the Imprivata logo. The Diagnostics screen opens.
-
Tap Upload log files.
-
Enter the case number and tap Upload to send logs to Imprivata support.
-
Collect Device Logs via logcat
Prerequisites
-
Enable USB debugging on the device.
-
Requires the Android Debug Bridge (ADB) be installed. Download the ADB as part of Android platform tools.
Collect Basic Device Logs
To collect basic device logs:
-
On the device, enable developer mode:
-
Tap Settings > About phone.
-
Tap on the build number eight (8) times.
-
Go back to Settings > Advanced > Developer options, and tap On.
-
Locate the USB debugging setting and tap On.
-
-
In a terminal console window, change the directory to the ADB.
-
Make sure that ADB is accessible and the device is connected via USB before reproducing the issue.
-
Reproduce the issue and run the next command in terminal:
Copyadb logcat -d > logcat.txt
The device logs are output to the
logcat.txt
file. -
After collecting logs, in Settings > Advanced > Developer options, tap Off to turn developer mode off.
Collect Extended Device Logs
To collect extended device logs:
On the device, enable developer mode:
-
Tap Settings > About phone.
-
Tap on the build number eight (8) times.
-
Go back to Settings > Advanced > Developer options, and tap On.
-
Locate the USB debugging setting and tap On.
-
Locate the Bug Report setting and tap On.
-
Interactive allows you to view the progress of the report generation.
-
Full Report may take longer to run. It will display a status notification in the task bar after X minutes.
-
-
Share the bug report by one of the following methods:
-
Tapping the completed notification task.
-
Locating the bug report in the
/bugreports
directory on the device.
-
-
Copy the bug report to your computer:
Copyadb shell ls -l /bugreports/
adb pull /bugreports/