ExitInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use exitInfoDescriptor instead')
const ExitInfo$json = const {
  '1': 'ExitInfo',
  '2': const [
    const {'1': 'definingUid', '3': 1, '4': 1, '5': 5, '10': 'definingUid'},
    const {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    const {'1': 'importance', '3': 3, '4': 1, '5': 5, '10': 'importance'},
    const {'1': 'packageId', '3': 4, '4': 1, '5': 5, '10': 'packageId'},
    const {'1': 'pid', '3': 5, '4': 1, '5': 5, '10': 'pid'},
    const {'1': 'processname', '3': 6, '4': 1, '5': 9, '10': 'processname'},
    const {'1': 'pss', '3': 7, '4': 1, '5': 3, '10': 'pss'},
    const {'1': 'realUid', '3': 8, '4': 1, '5': 5, '10': 'realUid'},
    const {'1': 'reason', '3': 9, '4': 1, '5': 14, '6': '.ExitReason', '10': 'reason'},
    const {'1': 'rss', '3': 10, '4': 1, '5': 3, '10': 'rss'},
    const {'1': 'status', '3': 11, '4': 1, '5': 5, '10': 'status'},
    const {'1': 'timestamp', '3': 12, '4': 1, '5': 3, '10': 'timestamp'},
  ],
};