View Single Post
Old 10-18-2019, 12:48 PM   #8
MrTick
Enhtusiast
MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.MrTick ought to be getting tired of karma fortunes by now.
 
MrTick's Avatar
 
Posts: 53
Karma: 2340139
Join Date: Dec 2018
Device: K3 DxG PW1 KV PW4
Quote:
Originally Posted by hius07 View Post
Will it be useful to add monitoring wirelessEnableChanged event?
It should be easy to modify the script to log any event you want.
Just add the correct event source (separated by /n) to the SOURCES variable and include the event in the lipc-wait event list.

You can also monitor all events in the system, but that might cause exessive flash wear:
Code:
lipc-probe -l | lipc-wait-event -m -l "*" | while read event; do
	echo [`date`] $event > /mnt/us/events.log
	done
MrTick is offline   Reply With Quote