Add crash report analytics

Issue #53 resolved
Vitamin Vitamin created an issue

Application Crash Reports for Android (ACRA): https://github.com/ACRA/acra Crashlytics: https://fabric.io

Comments (3)

  1. Vitamin Vitamin reporter

    Answers' events and fields:

    1. Play - start of playback

      • Type = Module::ATTR_TYPE
      • TypeDetailed = Module::ATTR_TYPE + "/" + Module::ATTR_PROGRAM
      • Container = Module::ATTR_CONTAINER
      • Library = "Browser" | "Playlist"
      • Source = uri.scheme
      • SourceDetailed = uri.scheme + "/" + uri.path[0]
    2. Browse - navigate to dir in browser

      • Type = "Folder" | "Archive"
      • Source = uri.scheme
      • SourceDetailed = uri.scheme + "/" + uri.path[0]
      • Depth = uri.path.size
    3. Social - social action

      • Method = "Share" | "Send"
      • Application = app.id
      • MethodDetailed = Method + "/" + Application
      • Library = "Browser" | "Playlist"
      • Source = uri.scheme
      • SourceDetailed = uri.scheme + "/" + uri.path[0]
  2. Log in to comment