Package-level declarations
Functions
Link copied to clipboard
Copies this files to the destination one, no matter file system permissions. Requires root permissions.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Catches and logs any exception for this block and continue execution. Note that execution of block will exit on first statement that throws an exception. Exception is logged as ERROR level.
Link copied to clipboard
Installs file as APK without asking permission. Requires root permissions.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Logs the call stack trace as debug.
Link copied to clipboard
Executes block and logs execution time for it as debug.
Link copied to clipboard
Log this object as warning.
Link copied to clipboard
Executes command on shell and returns standard output.
Link copied to clipboard
Executes command on shell as root (superuser) and returns standard output. NOTE: This call needs superuser privileges.