Skip to content
Snippets Groups Projects
  1. Dec 01, 2016
  2. Nov 30, 2016
  3. Jan 26, 2016
  4. Jan 20, 2016
  5. Jan 14, 2016
  6. Jan 12, 2016
  7. Jan 11, 2016
    • avellore's avatar
      Add Location clients heuristics · 47682ace
      avellore authored
      Parse the activity service section and retrieve location usage clients
      
      Change-Id: I71fb6331be713b3b8653834feea05c88deab68b6
      47682ace
  8. Jan 04, 2016
  9. Dec 29, 2015
  10. Dec 21, 2015
    • Jed Estep's avatar
      Add a clear() method for LogcatParser · 641d2e02
      Jed Estep authored
      At present the only way to get a new LogcatItem is to reinstantiate the
      LogcatParser; adding clear() will allow each parser to easily produce
      multiple LogcatItems during its lifetime.
      
      Change-Id: I0025d8509d75936d9bb29b94f278b788f4a2ab91
      641d2e02
  11. Dec 14, 2015
  12. Dec 01, 2015
  13. Nov 10, 2015
  14. Oct 29, 2015
  15. Oct 26, 2015
  16. Oct 15, 2015
  17. Oct 14, 2015
  18. Oct 12, 2015
  19. Oct 09, 2015
  20. Oct 01, 2015
    • avellore's avatar
      Changed noop section regex to end of bugreport · 354ffd9a
      avellore authored
      In one of the recent devices, surfaceflinger dumpsys contains lines
      that match the no_op regex and hence the remaining dumpsys items are
      not processed. Hence batterystats parser is returning null.
      
      Affecting string: "------ DrmDisplayCompositor Layer: plane=21 disabled"
      
      Change-Id: Idc3489bed8ebfa0ab08cae8eaceebe264243d9e5
      354ffd9a
  21. Jun 25, 2015
    • avellore's avatar
      Separate kernel and partial wakelock parsing · 8fbbc705
      avellore authored
      In some bugreports kernel wakelock section is missing. This prevents
      parsing of partial wakelock as well. So this fix is to separate kernel
      and partial wakelock parsing
      
      Change-Id: I196dcd9438976cb5d3fcd3b0a81839903aebac15
      8fbbc705
  22. Jun 08, 2015
    • Eric Rowe's avatar
      Start parsing NCs from build fingerprint · 69155df8
      Eric Rowe authored
      Native crashes used to always start with "*** *** ... ***" but not anymore.
      The next line is always "Build fingerprint: ..." so start with that.
      
      Bug: 21642733
      Change-Id: I0e1b7c6a70f646ea27f7da62f141d14b6c75dd58
      69155df8
  23. May 20, 2015
  24. May 08, 2015
  25. May 07, 2015
    • Eric Rowe's avatar
      Allow logcat parser to match F DEBUG · ca029177
      Eric Rowe authored
      Native crashes sometimes appear in logcat with F DEBUG as the level and tag.
      Refactor the crash tag mechanism to allow for 2 signatures for native
      crashes but keep it private (for now) since there isn't a public need to
      add more (like there is for Java crashes).
      
      Bug: 20917511
      Change-Id: Ieae63d45553ac8cf92977d69028783b7367c2162
      ca029177
  26. Apr 08, 2015
Loading