Changes between Version 2 and Version 3 of Android/OSDevelopment
- Timestamp:
- 09/11/2018 05:11:17 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Android/OSDevelopment
v2 v3 1024 1024 1025 1025 [=#overlay] 1026 === Android logging === 1027 Logcat is a command-line tool that dumps a log of system messages, including stack traces when the device throws an error and messages form user programs. Logcat can be written to with the Log class in Java and KLOG in C. Logcat is an important tool to use when doing any OS development on android. 1028 1029 1030 1031 [=#overlay] 1026 1032 === Customizing your target device using overlays === 1027 1033 The Android build system uses an overlay system that allows files to be replaced on a per-target device basis. This is commonly done to do things like adjust layout specific resources or background wallpapers for a specific device.