aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/initial_display_state.textproto
blob: 31cf253f51e1d51ea13a6dec91cbb8165675dfa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
packet: {
  timestamp: 1
  initial_display_state: {
    display_state: 2
    brightness: 0.5
  }
}
packet {
  ftrace_events {
    cpu: 0
    event {
      timestamp: 1000
      pid: 1234
      print {
        buf: "C|5678|ScreenState|0\n"
      }
    }
  }
}