joe_2
12 years agoContributor
Disabling a push notification, and changing log entries
Certain keyword operations have associated push notifications... particularly ones that wait for something, such as the delay timer.
I am using push notifications to tell the user what aspect of the program is being tested at any given moment, and I don't need to tell them that I'm waiting for an event.
Is there a way to disable those "I'm waiting for such and such" notifications so they won't cover up my desireable push notifications?
I don't want to turn off all notifications, but most of the timer ones are useless information to me.
Also, is there a way to change the log statements of things like onscreen click actions?
Having every single click say "The window was clicked" is not very informative. I'd like to name the actual control that was clicked if possible, without adding an extra log statement. That would make the logs much more readable for me.
I am using push notifications to tell the user what aspect of the program is being tested at any given moment, and I don't need to tell them that I'm waiting for an event.
Is there a way to disable those "I'm waiting for such and such" notifications so they won't cover up my desireable push notifications?
I don't want to turn off all notifications, but most of the timer ones are useless information to me.
Also, is there a way to change the log statements of things like onscreen click actions?
Having every single click say "The window was clicked" is not very informative. I'd like to name the actual control that was clicked if possible, without adding an extra log statement. That would make the logs much more readable for me.