Android Architecture
Android Linux Kernel/Driver
Android User-Space Native/JNI
Android Application Framework
- Android Input event handling
- Android application framework Overview
- Activity
- Broadcast
- Android Error Handling Mechanism
- Android APP permission handling machanism
Android Application
- Android application Overview(to be continued...)
- Android application startup sequence(to be continued...)
- Android application Development
- Android application signapk
Android special subject
Booting
Android Security
Android Error Handling Mechanism
Non – Framework Errors
- Application Not Responding (ANR)
- Java Exception
- Native Crash/Dalvik VM Crash
- [Abnormal Binder Threads]
- [High CPU Utilization]
Framework Reboot
- [Android Watchdog fires]
- [Fatal Exception in System Process]
- [Native Crash in System Process]
- [Excessive JNI References]
Others
Android DropBoxManager Service
Android Debugging Mechanism
- Logcat
- Adb shell am
Android User Space Debugging https://source.android.com/devices/tech/debug/dumpsys.html
- Android Tombstone
- Android Watchdog
Android Development
Application
Android Building
- Setting up the building Environment
- Download Android Source Code
- Android Source Code Structure
- Android Source Code Building
Tools
Android Notes
- About No SDCARD RW permission for System process
- About source ./build/envsetup.sh
- which application sends the notification
- Command Line Debugging Mode