首页|嵌入式系统|显示技术|模拟IC/电源|元件与制造|其他IC/制程|消费类电子|无线/通信|汽车电子|工业控制|医疗电子|测试测量
首页 > 分享下载 > 嵌入式系统 > 看我如何调试Android

看我如何调试Android

资料介绍
Android具有良好的开发和调试支持:Dalvik解释器提供了非常全面的高级(Java® )应用程序调试支持。要调试该平台的“原生”部分,如使用C/C++编写且运行在自有进程中的系统服务,可以通过附带的GNU调试服务器(gdbserver) 进行
From the Debug Research Labs: Debugging Android
Hagen Patzke, Software Design Embedded Debugging, Lauterbach GmbH

Synopsis
Android comes with good support for developing and debugging: High-level (JavaTM) application debugging
is well covered by debug support in the Dalvik interpreter. Debugging “native” parts of the platform, like
system services written in C/C++ that run in their own process, can be done with relative ease with an
included GNU Debug Server. And if you want to port to a new platform, you can use mature hardware-
assisted debug tools for the initial debugging of low-level drivers and the kernel itself. So all is perfect - end
of article. Really?
Welcome to the other side, if you are a system developer who needs to track a bug that spans several of
these worlds. Or if you
标签:lauterbachAndroid
看我如何调试Android
本地下载

评论