> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting and FAQs - Unity

> Find answers to common MoEngage Unity SDK questions and Android-specific troubleshooting steps.

export const props_0 = undefined

export const sdk_0 = "Unity"

## What is MoEDebuggerActivity?

The MoEngage {props_0.sdk_0} SDK bundles the native MoEngage Android SDK, so your Android build includes `MoEDebuggerActivity`, a component that supports on-device SDK debugging. Refer to [What is MoEDebuggerActivity?](/docs/developer-guide/android-sdk/troubleshooting-and-faqs/troubleshooting-and-faqs) to understand what it does.

To remove it from your {props_0.sdk_0} app, add the following to your Android project's `AndroidManifest.xml`:

```xml theme={null}
       <activity
                android:name="com.moengage.sdk.debugger.MoEDebuggerActivity"
                tools:node="remove" />

```
