Android.OS.DropBoxManager Class
Enqueues chunks of data (from various sources -- application crashes, kernel log records, etc.

See Also: DropBoxManager Members

Syntax

[Android.Runtime.Register("android/os/DropBoxManager", DoNotGenerateAcw=true)]
public class DropBoxManager : Java.Lang.Object

Remarks

Enqueues chunks of data (from various sources -- application crashes, kernel log records, etc.). The queue is size bounded and will drop old data if the enqueued data exceeds the maximum size. You can think of this as a persistent, system-wide, blob-oriented "logcat".

You can obtain an instance of this class by calling Android.Content.Context.GetSystemService(string) with Android.Content.Context.DropboxService.

DropBoxManager entries are not sent anywhere directly, but other system services and debugging tools may scan and upload entries for processing.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8