---
title: "Troubleshooting"
description: "Learn how to troubleshoot your profiling setup."
url: https://docs.sentry.io/platforms/android/profiling/troubleshooting/
---

# Troubleshooting | Sentry for Android

## [I see elevated number of crashes in the Android Runtime when profiling is activated](https://docs.sentry.io/platforms/android/profiling/troubleshooting.md#i-see-elevated-number-of-crashes-in-the-android-runtime-when-profiling-is-activated)

Profiling uses the Android runtime's `tracer` under the hood to sample threads. There are known issues that this `tracer` can cause crashes in certain circumstances. Read on for more information, and subscribe to this [GitHub issue](https://github.com/getsentry/sentry-java/issues/3679) for updates.

As of October 2024, two of these crashes (see [1](https://github.com/getsentry/sentry-java/issues/3561#issuecomment-2361054644), [2](https://github.com/getsentry/sentry-java/issues/3653)) have been acknowledged and fixed by Google. The fixes are being rolled out to affected devices by Google, but the crashing behavior might still be present on devices that didn't receive the fix yet.

There is one [other issue](https://github.com/getsentry/sentry-java/issues/2604), where the likely root cause is incorrect native thread handling by app code or third party code. This means that it can also not be fixed in the Sentry SDK. If you experience this, please comment on the [GitHub issue](https://github.com/getsentry/sentry-java/issues/2604).

## [I don't see any profiling data in ](https://docs.sentry.io/platforms/android/profiling/troubleshooting.md#i-dont-see-any-profiling-data-in-sentryio)[sentry.io](https://sentry.io)

If you don't see any profiling data in [sentry.io](https://sentry.io), you can try the following:

* Ensure that [Tracing is enabled](https://docs.sentry.io/platforms/android/tracing.md).
* Ensure that the automatic instrumentation is sending performance data to Sentry by going to the **Performance** page in [sentry.io](https://sentry.io).
* If the automatic instrumentation is not sending performance data, try using [custom instrumentation](https://docs.sentry.io/platforms/android/tracing/instrumentation/custom-instrumentation.md).
* Enable [debug mode](https://docs.sentry.io/platforms/android/configuration/options.md#debug) in the SDK and check the logs.
