debugFile.js 504 B

12345678910111213141516171819202122
  1. export function DebugFile(params = {}) {
  2. return {
  3. objectName: 'libS.so',
  4. symbolType: 'elf',
  5. dateCreated: '2010-04-23T02:08:51.179486Z',
  6. debugId: '2oihoi4h5ioh34534oi5h',
  7. data: {
  8. type: 'lib',
  9. features: ['unwind'],
  10. },
  11. id: '12345',
  12. size: 12345,
  13. sha1: '3245klnlk342n5kln3kl45n',
  14. uuid: '3425bkjb234k5jb234jk5',
  15. cpuName: 'arm64',
  16. headers: {
  17. 'Content-Type': 'application/x-elf-binary',
  18. },
  19. codeId: '12312k3jh123',
  20. ...params,
  21. };
  22. }