[Android] How to attach to an isolated process

Sysprogs forums Forums VisualGDB [Android] How to attach to an isolated process

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #795
    jyhur
    Participant

    Hello.
    My android project launches two processes. One is normal one and the other is the isolated process. (http://developer.android.com/guide/topics/manifest/service-element.html#isolated)
    I guess VisualGDB picks PID based on the package name.
    On DDMS, the isolated process’s package name is shown like “com.example.android:remote” if the package name is “com.example.android”.
    Is there anyway attaching to the isolated process on VisualGDB?

    Thank you.

    #3085
    support
    Keymaster

    Hi,

    Not with the stable VisualGDB 4.2 release. We have added experimental support for attaching to service processes to the upcoming VisualGDB 4.3 (when your app is already running and has some out-of-process services, VisualGDB will allow attaching to one of them). Would you like to try it out on a preview build?

    #3084
    jyhur
    Participant

    Yes, sure.
    Where can I download it? Thank you!

    #3083
    support
    Keymaster
    #3082
    jyhur
    Participant

    Awesome! It works!
    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.