ExitReason$json top-level constant

  1. @Deprecated('Use exitReasonDescriptor instead')
Map<String, Object> const ExitReason$json

Implementation

@$core.Deprecated('Use exitReasonDescriptor instead')
const ExitReason$json = const {
  '1': 'ExitReason',
  '2': const [
    const {'1': 'REASON_UNKNOWN', '2': 0},
    const {'1': 'REASON_EXIT_SELF', '2': 1},
    const {'1': 'REASON_SIGNALED', '2': 2},
    const {'1': 'REASON_LOW_MEMORY', '2': 3},
    const {'1': 'REASON_CRASH', '2': 4},
    const {'1': 'REASON_CRASH_NATIVE', '2': 5},
    const {'1': 'REASON_ANR', '2': 6},
    const {'1': 'REASON_INITIALIZATION_FAILURE', '2': 7},
    const {'1': 'REASON_PERMISSION_CHANGE', '2': 8},
    const {'1': 'REASON_EXCESSIVE_RESOURCE_USAGE', '2': 9},
    const {'1': 'REASON_USER_REQUESTED', '2': 10},
    const {'1': 'REASON_USER_STOPPED', '2': 11},
    const {'1': 'REASON_DEPENDENCY_DIED', '2': 12},
    const {'1': 'REASON_OTHER', '2': 13},
  ],
};