- About this guide
- BlackBerry Dynamics background
- BlackBerry Dynamics API reference
- FIPS 140-2 compliance
- Easy Activation
- Securing cut-copy-paste on devices (Data Leakage Prevention, or DLP)
- Shared Services Framework
- Support for fingerprint authentication
- Support for client certificates
- Support for the "Do not require password" setting
- Bypassing the App Lock screen
- BlackBerry Dynamics contributor code on GitHub
- Supported languages
- BlackBerry Dynamics software versions
- Requirements
- Compatibility with earlier releases
- Software requirements
- BlackBerry Dynamics entitlement ID and version
- Supported launchModes
- Compatibility with the BlackBerry Dynamics Launcher Library
- Supported CPU architectures
- Supported and unsupported Android and third-party features
- FIPS-linking on Android: automatic
- Restricted key prefix
- Steps to get started with the BlackBerry Dynamics SDK
- Installing the BlackBerry Dynamics SDK for Android
- Integrating the BlackBerry Dynamics SDK in .aar format
- Using the branding API to add a custom logo and colors
- Info: Add Samsung Pass to your BlackBerry Dynamics app
- Info: APIs for secure clipboard management
- Info: Preventing autobackup to Google Drive
- Info: APIs for network status
- BlackBerry Dynamics SDK for Android: Wearable Framework
- Programming with the BlackBerry Dynamics SDK and BlackBerry Enterprise Mobility Server services
- Sample apps
- Testing and troubleshooting
- Readying your app for deployment: server setup
- Details of support for client certificates
- BlackBerry Docs
- BlackBerry Dynamics SDK for Android 4.2
- BlackBerry Dynamics SDK for Android Development Guide
- Testing and troubleshooting
- Logging and diagnostics
- GDLogManager class for log uploading
GDLogManager class for log uploading
You can use the
GDLogManager
class that is
included with the BlackBerry Dynamics SDK
to
monitor app log file uploads that are initiated by end users. This class does not manage or
display information about log uploads initiated by the BlackBerry UEM
administrator's policies or explicit actions.GDLogManager
's displayed information and functions include the
following: - Size of whole upload
- Amount of data uploaded so far
- Events that indicate the following states:
- Upload completed
- Upload abandoned or canceled
- Upload suspended
- Upload resumed after suspension
- Actions for managing a log upload:
- Cancel upload
- Suspend upload
- Resume upload
GDLogManager
in the BlackBerry Dynamics API reference. When detailed logging is disabled by policy, calling any API in the
GDLogManager
class has no effect. It is a best practice to check
the setting of this policy in the app configuration using the getApplicationConfig
API. If detailed logging is enabled, present the log upload
progress UI or any other related UI.