updateTroubleshooting method
Implementation
void updateTroubleshooting(Troubleshooting? trblShooting) {
_singleton._troubleshooting = trblShooting;
// Re evaluate the conditions of datausagetracking
_singleton.evaluateTroubleShootingConditions();
}