On Nov 18, 5:52 pm, sudeep bhowmick <[email protected]> wrote: > java.lang.SecurityException: Process not debuggable: > ProcessRecord{xxxxxx/xx} > > This app has multiple activities and threads. How do I deal with this? > I do not have the source code for this app and hence I do not have the > manifest.
You can only attach debuggers and profilers to debuggable apps. On a development device or the emulator, all apps are debuggable. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

