Andzu
Andzu copied to clipboard
Can your addon bubble also add/change android logger properity files
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