By default Android has setprop commands to enable debug or verbose logging for other apps like GCM, Firebase, AUTH, etc. is it possible to add these commands to be applied when super.onCreate(); initAndzu(); is used?
Examples:
setprop log.tag.FA VERBOSE
setprop log.tag.GCM VERBOSE
By default Android has setprop commands to enable debug or verbose logging for other apps like GCM, Firebase, AUTH, etc. is it possible to add these commands to be applied when super.onCreate(); initAndzu(); is used?
Examples:
setprop log.tag.FA VERBOSE
setprop log.tag.GCM VERBOSE