Skip to content
Snippets Groups Projects
  1. Feb 26, 2016
  2. Feb 25, 2016
    • Pavlin Radoslavov's avatar
      Fix a crash triggered when firmware config takes too long · 7abd55b4
      Pavlin Radoslavov authored
      Fix a crash condition that is triggered when the firmware
      configuration takes too long:
       1. The startup_timer expires, and it resets startup_future to NULL
       2. The delayed firmware_config_callback is received, and it
          tries to use the startup_future pointer (already set to NULL).
      
      Bug: 27336555
      Change-Id: I4b04ca08a32c947f6f1eaabec7c4b099f96aab59
      7abd55b4
  3. Feb 24, 2016
    • Jakub Pawlowski's avatar
      Add missing file to BUILD.gn · 6d91e60e
      Jakub Pawlowski authored
      This patch adds missing osi_module.c file. Without it Fluoride
      on Linux compiles, but fails to run.
      
      Bug: 27324453
      Change-Id: I08eb6bc55149d1b70580643fdf131b197c027caf
      6d91e60e
    • Jakub Pawlowski's avatar
      1b8eb50e
    • Ajay Panicker's avatar
      Alarm Dump output cleanup · fd6b815d
      Ajay Panicker authored
      Before:
        Alarm : btm_ble.adv_raddr_timer (SINGLE)
          Action counts (sched/resched/exec/cancel)       : 1 / 0 / 0 / 0
          Deviation counts (overdue/premature)            : 0 / 0
          Time in ms (since creation/interval/remaining)  : 17824 / 900000 / 882176
          Callback execution time in ms (total/max/ave)   : 0 / 0 / 0
          Overdue scheduling time in ms (total/max/ave)   : 0 / 0 / 0
          Premature scheduling time in ms (total/max/ave)   : 0 / 0 / 0
      
      After:
        Alarm : btm_ble.adv_raddr_timer (SINGLE)
          Action counts (sched/resched/exec/cancel       : 1 / 0 / 0 / 0
          Deviation counts (overdue/premature)           : 0 / 0
          Time in ms (since creation/interval/remaining) : 88268 / 900000 / 811732
          Callback execution time in ms (total/max/avg)  : 0 / 0 / 0
          Overdue scheduling time in ms (total/max/avg)  : 0 / 0 / 0
          Premature scheduling time in ms (total/max/avg): 0 / 0 / 0
      
      Bug: 27294154
      Change-Id: I0e318ef570a591626fbc6443feace1cc99c06baf
      fd6b815d
    • Ajay Panicker's avatar
      Merge "Clean A2DP dump output" · d09e4b11
      Ajay Panicker authored
      d09e4b11
    • Ajay Panicker's avatar
      Remove extra newline before Btsnoop log summary · 3ad71e89
      Ajay Panicker authored
      Bug: 27294154
      Change-Id: Ice69835cdddfc01e2222a47b0ceeb30d243442f5
      3ad71e89
    • Ajay Panicker's avatar
      Clean A2DP dump output · dfeba8e3
      Ajay Panicker authored
      Before:
        TxQueue:
          Counts (enqueue/dequeue/readbuf)                        : 0 / 0 / 0
          Last update time ago in ms (enqueue/dequeue/readbuf)    : 0 / 0 / 0
          Frames per packet (total/max/ave)                       : 0 / 0 / 0
          Counts (flushed/dropped/dropouts)                       : 0 / 0 / 0
          Last update time ago in ms (flushed/dropped)            : 0 / 0
          Counts (underflow/underrun)                             : 0 / 0
          Bytes (underflow/underrun)                              : 0 / 0
          Last update time ago in ms (underflow/underrun)         : 0 / 0
          Enqueue deviation counts (overdue/premature)            : 0 / 0
          Enqueue overdue scheduling time in ms (total/max/ave)   : 0 / 0 / 0
          Enqueue premature scheduling time in ms (total/max/ave) : 0 / 0 / 0
          Dequeue deviation counts (overdue/premature)            : 0 / 0
          Dequeue overdue scheduling time in ms (total/max/ave)   : 0 / 0 / 0
          Dequeue premature scheduling time in ms (total/max/ave) : 0 / 0 / 0
      
      After:  
        TxQueue:
        Counts (enqueue/dequeue/readbuf)                        : 0 / 0 / 0
        Last update time ago in ms (enqueue/dequeue/readbuf)    : 0 / 0 / 0
        Frames per packet (total/max/ave)                       : 0 / 0 / 0
        Counts (flushed/dropped/dropouts)                       : 0 / 0 / 0
        Last update time ago in ms (flushed/dropped)            : 0 / 0
        Counts (underflow/underrun)                             : 0 / 0
        Bytes (underflow/underrun)                              : 0 / 0
        Last update time ago in ms (underflow/underrun)         : 0 / 0
        Enqueue deviation counts (overdue/premature)            : 0 / 0
        Enqueue overdue scheduling time in ms (total/max/ave)   : 0 / 0 / 0
        Enqueue premature scheduling time in ms (total/max/ave) : 0 / 0 / 0
        Dequeue deviation counts (overdue/premature)            : 0 / 0
        Dequeue overdue scheduling time in ms (total/max/ave)   : 0 / 0 / 0
        Dequeue premature scheduling time in ms (total/max/ave) : 0 / 0 / 0
      
      Bug: 27294154
      Change-Id: I2952ceed7b02db0d8497b67de0f57e4f9128e5bf
      dfeba8e3
    • Jakub Pawlowski's avatar
      Update build files for Fluoride on Linux · d927bcf1
      Jakub Pawlowski authored
      uprev build/secondary/third_party/**/BUILD.gn"
      Other BUILD.gn files were updated to match current state of project.
      
      Change-Id: Ie895d25680d510f5e69e6f15553311f6671cdce3
      d927bcf1
    • Ajay Panicker's avatar
      Protect metrics API from race conditions · fe357dcf
      Ajay Panicker authored
      Bug: 27315491
      Change-Id: If57f7c23c94890e5f1cf196d2ec7a2a667b48cec
      fe357dcf
    • Jakub Pawlowski's avatar
      Add Linux-specific version of metrics. · ab48fd73
      Jakub Pawlowski authored
      This patch adds empty metrics implementation for Linux in
      order to fix build errors.
      
      Bug: 27324453
      Change-Id: I2f45db6147689bf295176b7ad30a613a7f5a8d9f
      ab48fd73
    • Jakub Pawlowski's avatar
      Make wakelock compile on Linux · 2d3edaad
      Jakub Pawlowski authored
      This patch adds some missing header files that prevented wakelocks
      from compiling on linux.
      
      Bug: 27324453
      Change-Id: Ifabf3350fe840524cf7e1ec7aa2825acb4399c81
      2d3edaad
    • Jakub Pawlowski's avatar
      Add missing log tag in config_clear() · 2cd9f1e0
      Jakub Pawlowski authored
      Bug: 27324453
      Change-Id: Icebf0273c39040ff6b1bb29dcc4d0a827e25b4a8
      2cd9f1e0
  4. Feb 23, 2016
  5. Feb 19, 2016
  6. Feb 18, 2016
  7. Feb 17, 2016
  8. Feb 16, 2016
Loading