Android apps can consist of one or more processes. To run services or activities in a process other than the main one, you need to add a process name to your activity or service. To do this, add an android:process property to your activity or service node in your AndroidManifest.xml file.
Defining a process name forces the activity or service to run in a process other than the main process.
By default, your main process name is the same as your app package name. For example, if your app package name is com.example.myapp, your main process is also named com.example.myapp. The above examples run in a process underneath this main process called com.example.myapp:YourProcessName.
The Adjust SDK doesn’t currently support measurement for more than one process in an app. If your app uses multiple processes, set the main process name in your AdjustConfig object.
This informs the Adjust SDK of the main process name. The SDK only initializes in the main process. If you try to use the SDK in another process you’ll see the following in the output logs: