Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
  2. Feb 05, 2019
  3. Feb 04, 2019
    • Treehugger Robot's avatar
    • Nathan Harold's avatar
      Track Multiple Event Instances in EventReporter · 821857f7
      Nathan Harold authored
      To avoid spamming users or the debug app with debug
      events, the DebugEventReporter will now track each
      event it receives and only send a single intent for
      each event signature per boot. In the future, some
      other method of persistence (such as per-build) might
      be preferable, but this should mitigate any looping
      events.
      
      In addition, add dump() to the event reporter so that
      even if there is no debug app installed, or in case
      an event happens multiple times, it can be observed
      through a bugreport.
      
      Bug: 120941729
      Test: dump and observe that the events are printed.
      Change-Id: Iaf04a308a29bc074acfaa16b9e70947761759181
      821857f7
Loading