Get device logs
Last updated September 3rd, 2025
This section shows how to get dumpstate logs from a device. Device log buffers clear after 15 minutes, make sure you reproduce the issue within this period of time.
On devices running Android 15 and higher, you may have to disable Auto Blocker before you can access SysDump. To do this, go to your device’s settings, and disable Security and privacy > Auto Blocker.
Phone dumpstate logs
-
In the Phone app, enter
*#9900#
to open SysDump. -
Set the Debug Level to Mid and wait for the device to restart.
-
Open the app you want to debug and reproduce your issue.
-
Enter
*#9900#
again in the Phone app. -
Tap Run dumpstate/logcat.
-
Tap Copy to sdcard.
-
In the device’s internal storage, navigate to the
/log
directory, and retrieve thedumpState
ZIP file. -
(Recommended) After you’ve finished, follow steps 1 and 2 again to set the Debug Level back to low. Additionally, tap Delete dumpstate/logcat to free up space.
Tablet dumpstate logs
For Wi-Fi only devices that don’t have the Phone app, you can get dumpstate logs as follows.
-
Open the Calculator app and enter
(+30012012732+
to switch to factory mode. -
Enter
*#9900#
to open SysDump. -
Set the Debug Level to Mid and wait for the device to restart.
-
Reproduce your issue.
-
Repeat steps 1 and 2 again to open SysDump.
-
Tap Run dumpstate/logcat.
-
Tap Copy to sdcard.
-
In the device’s internal storage, navigate to the
/log
directory, and retrieve thedumpState
ZIP file. -
(Recommended) After you’ve finished, follow steps 1 to 3 again to set the Debug Level back to low. Additionally, tap Delete dumpstate/logcat to free up space.
Email logs
If you’re collecting email logs and dumpstate logs to troubleshoot an issue, make sure that they both capture the timeframe when you reproduced your issue.
Follow these steps to collect logs to investigate email and exchange issues.
-
Open the Email app.
-
On the top left, open Settings, and tap Add account.
-
Under Set up Email, tap Other.
-
Enter
d@d.d
as the email address, and enter passworddebug
. -
Tap Manual setup (if there’s no Manual Setup button, just tap the left button at the bottom of the screen).
-
Tap Enable Parser logging (extremely verbose).
-
Reproduce the issue.
-
Tap Dump emaillog, and Dump of EmailService.
-
In the device’s internal storage, navigate to the
/Download
directory, and retrieve these files:- If it’s a fully-managed device, retrieve
emaillog_0.txt
. If the Email app is in a work profile, retrieveemaillog_10.txt
. emailServiceLog.txt
.
- If it’s a fully-managed device, retrieve
On this page
Is this page helpful?