On 16/04/2013 18:51, Fabien R wrote:
> Hello,
>
> I want to debug a live wallpaper using C++ native code.
>
> Stopping the debugger in the java code using
> android.os.Debug.waitForDebugger(); works.
>
> But ndk-gdb stops because it does not find any activity to start.
I updated the script ndk-gdb so that it extracts the services.
But it is stuck because it can not find the service.
The generated command is:
adb shell am startservice -n <myPackage>/.service.<myService>
Any hint ?
-
Fabien