调试Android第三方应用所需要的工具

Resources
https://ibotpeaches.github.io/Apktool/
Apktool
https://deathmarine.github.io/Luyten/
Luyten
https://developer.android.com/studio/profile/hierarchy-viewer.html
Hierarchy view
https://developer.android.com/topic/libraries/testing-support-library/index.html#uia-viewer
UI Automatorviewer
https://developer.android.com/studio/profile/traceview.html#creatingtracefiles
Traceview
https://developer.android.com/studio/profile/traceview.html#dmtracedump
dmtracedump
http://www.brogrammer.cn/android/smali/
smalilanguage grammar
https://developer.android.com/about/versions/nougat/android-7.0-changes.html#ndk

Android 7.0 behaviorchanges



R1
http://memoryanalyzer.blogspot.com/
Memory Analyzer Blog
R2
http://developer.android.com/tools/debugging/ddms.html
Using DDMS
R3
http://www.eclipse.org/mat/
Memory Analyzer Tool (MAT)
R4
http://milk.com/kodebase/dalvik-docs-mirror/docs/heap-profiling.html
Dalvik Heap Profiling
R5
http://blog.evendanan.net/2013/02/Android-Memory-Leaks-OR-Different-Ways-to-Leak
Android Memory Leak
R6
http://www.youtube.com/watch?v=_CruQY55HOk
Google I/O 2011: Memory management for Android Apps
R7
http://www.yourkit.com/docs/90/help/sizes.jsp
Shallow and retained sizes
R8
http://kohlerm.blogspot.com/2009/07/eclipse-memory-analyzer-10-useful.html
Eclipse Memory Analyzer, 10 useful tips/articles
R9
http://developer.samsung.com/android/technical-docs/Memory-Profiler-Identifying-Potential-Problems
Memory Profiler - Identifying Potential Problems
R10
http://developer.android.com/reference/android/os/StrictMode.html
Strict Mode

猜你喜欢

转载自blog.csdn.net/ldinvicible/article/details/79487414
今日推荐