ProtoLogMessage_LogCategory$json top-level constant

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

Implementation

@$core.Deprecated('Use protoLogMessageDescriptor instead')
const ProtoLogMessage_LogCategory$json = {
  '1': 'LogCategory',
  '2': [
    {'1': 'TRANSPORT', '2': 0},
    {'1': 'CONFIG', '2': 1},
    {'1': 'CRASH', '2': 2},
    {'1': 'DEFAULT', '2': 3},
    {'1': 'FS', '2': 4},
    {'1': 'IMAGE', '2': 5},
    {'1': 'LOG', '2': 6},
    {'1': 'RUN_TEST', '2': 7},
    {'1': 'STATS', '2': 8},
    {'1': 'DFU', '2': 9},
  ],
};