mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 23:18:20 +00:00
add kernel modules to diag logs
This commit is contained in:
parent
b47c67ec5a
commit
b59f85e206
@ -47,6 +47,9 @@ mount > /opt/wz_mini/tmp/log_gather/mount.log
|
||||
echo "gather mmc"
|
||||
logread | grep -E "mmc|storage_dev|playback_dev|tf_prepare" > /opt/wz_mini/tmp/log_gather/mmc.log
|
||||
|
||||
echo "gather lsmod"
|
||||
lsmod > /opt/wz_mini/tmp/log_gather/kmod.log
|
||||
|
||||
echo "gather app.ver"
|
||||
cp /system/bin/app.ver /opt/wz_mini/tmp/log_gather/system_app.ver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user