RxLogger APIs

RxLogger 7.x

Overview

RxLogger functions are controlled using Android intents.


Enable RxLogger

Begins data collection for all enabled modules; the equivalent of tapping the Start button.

    com.symbol.rxlogger.intent.action.ENABLE

Disable RxLogger

Stops data collection for all modules; the equivalent of tapping the Stop button.

    com.symbol.rxlogger.intent.action.DISABLE

BackupNow

Triggers a backup for files log currently in the RxLogger folder. Files are compressed and named Backup-<date>-<HHMMSS>.zip.

    com.symbol.rxlogger.intent.action.BACKUP_NOW