December 2018
Beginner to intermediate
328 pages
8h 29m
English
In Android, the logcat command provides a way to view system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which can then be viewed and filtered by using this command:
adb.exe logcat--------- beginning of system 09-17 10:04:52.463 2477 2477 I vold : Vold 3.0 (the awakening) firing up 09-17 10:04:52.463 2477 2477 V vold : Detected support for: exfat ext4 f2fs ntfs vfat 09-17 10:04:52.475 2477 2482 D vold : e4crypt_init_user0 09-17 10:04:52.475 2477 2482 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 09-17 10:04:52.475 2477 2482 D vold : Preparing: /data/system/users/0 09-17 10:04:52.476 2477 2482 D vold : Preparing: /data/misc/profiles/cur/0 ...
Read now
Unlock full access