Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
ARM DS-5 Tutorial For Android
Jump...
Cancel
Locked
Locked
Replies
20 replies
Subscribers
119 subscribers
Views
12567 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
ARM DS-5 Tutorial For Android
Nanik T
over 12 years ago
Note: This was originally posted on 5th December 2011 at
http://forums.arm.com
Hi,
I've created a step by step blog post for using DS-5 as debugger tool for Android
http://kernel.ozandroid.info/?p=83
Hope this is useful for others.
Cheers
Parents
Krystian Bigaj
over 12 years ago
Note: This was originally posted on 6th February 2012 at
http://forums.arm.com
Yes, I had similar or even same crashes. I don't see any problems with debugging non "main" threads (even if log says "AAAAAH, Can't debug threads!"
) . I'm using NativeActivity, so my NDK/C++ code does not run on main thread but on it's own thread.
Did you followed steps exactly as in my post? Most important thing before
each
ndk
debugging session on SGS2 is point "
two
" - run activity, and
close it
, but do
NOT
terminate it! Then you can start debugging by "Attach to a running Android application" (as in this "SGS2 NDK debug tutorial").
Write what steps make you trouble, so I help you.
Cancel
Vote up
0
Vote down
Cancel
Reply
Krystian Bigaj
over 12 years ago
Note: This was originally posted on 6th February 2012 at
http://forums.arm.com
Yes, I had similar or even same crashes. I don't see any problems with debugging non "main" threads (even if log says "AAAAAH, Can't debug threads!"
) . I'm using NativeActivity, so my NDK/C++ code does not run on main thread but on it's own thread.
Did you followed steps exactly as in my post? Most important thing before
each
ndk
debugging session on SGS2 is point "
two
" - run activity, and
close it
, but do
NOT
terminate it! Then you can start debugging by "Attach to a running Android application" (as in this "SGS2 NDK debug tutorial").
Write what steps make you trouble, so I help you.
Cancel
Vote up
0
Vote down
Cancel
Children
No data