This project provides a Tasker task that allows a user to save the logcat, dmesg and last_kmesg to a file in android storage.
Check Save_logcat_dmesg_last_kmesg Task Info file for more info on the task.
- Compatibility
- Dependencies
- Downloads
- Install Instructions For Tasker In Android
- Usage
- Current Features
- Planned Features
- Issues
- Worthy Of Note
- Changelog
- Contributions
- Android using Tasker App.
- Reading logcat requires Tasker to be granted root or ADB access or
android.permission.READ_LOGS
permission. - Reading dmesg or last_kmesg requires Tasker to be granted root or ADB access.
The android.permission.READ_LOGS
permission can be granted to tasker over adb manually using pm grant net.dinglisch.android.taskerm android.permission.READ_LOGS
command or use the script in tasker_package_utils project which has a few more features.
Latest version is v0.1.0
.
- Import
save_logcat_dmesg_last_kmesg/Save_logcat_dmesg_last_kmesg.tsk.xml
Task file into Tasker.
Set/Update variables in the Set User Modifiable Variables*
section of the task and then run it either with a desktop shortcut or through Tasker task play button.
Check Save_logcat_dmesg_last_kmesg Task Info file for more info on how to use the task.
- Save the logcat, dmesg and last_kmesg to a file in android storage.
-
-
-
Check CHANGELOG.md file for the Changelog.
-