OSDN Git Service

Alarm Dump output cleanup
authorAjay Panicker <apanicke@google.com>
Mon, 22 Feb 2016 20:14:04 +0000 (12:14 -0800)
committerAjay Panicker <apanicke@google.com>
Wed, 24 Feb 2016 21:07:29 +0000 (21:07 +0000)
commit25ddee0ed62c1a265362e107446d99613952b2b4
tree181d56acbeac9134b2921e36b883e75b5d9444b5
parent8efca14b7f6570659d5e7a73327e2288cc544922
Alarm Dump output cleanup

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
osi/src/alarm.c