Skip to content

AndroidManifest.xml - Debuggable=false #10499

@softwaretirol

Description

@softwaretirol

Description

I have declared a service within our AndroidManifest.xml

<service
        android:name="com.stripe.stripeterminal.TapToPayService"
        android:process=":stripetaptopay"
        android:exported="true"
        android:isolatedProcess="true"
        android:debuggable="false"/>

On building our app we are getting a generated AndroidManifest.xml

<provider android:name="mono.MonoRuntimeProvider_1" android:exported="false" android:initOrder="1999999998" android:process=":stripetaptopay" android:authorities="com.my.app.mono.MonoRuntimeProvider_1.__mono_init__" />

And the "debuggable"=false is gone, therefore during debugging it is trying to attach a debugger on the second process, but that wont work because the debug port is already used by the app process itself.
Can we somehow transfer the debuggable=false to the generated manifest?

Thanks!

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

9.0.110 SR11

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

No response

Affected platforms

Android

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

09-17 15:52:50.541 W/monodroid-debug( 1085): Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8847,server=y,embedding=1,timeout=30000
09-17 15:52:50.541 W/monodroid-debug( 1085): Accepted stdout connection: -1
09-17 15:52:50.541 F/monodroid-debug( 1085): Error accepting stdout and stderr (127.0.0.1:8848): Address already in use

Metadata

Metadata

Assignees

No one assigned

    Labels

    need-infoIssues that need more information from the author.t/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions