Process to upload dumps to server in RDK-B Component

  • Integrate breakpad for the RDK-B component if it is not already integrated.
  • Add crashupload package to the respective .bb file
  • Make necessary changes in uploadDumps.sh to update the URL of server.
  • Install the uploadDumps.sh and its dependencies in respective .bbappend file
  • Add coredump-upload.service, coredump-upload.path to the bbappend file.
  • Generate dmp file by generating a crash on the component.
  • Below logs will be generated during the execution of uploadDumps and same can be seen in /rdklogs/logs/core_log.txt
       
  • Check from server side the upload was successful or not.
  • Attached procedure for installing breakpad and generating crash in local machine.
  • No labels