blob: 2e0c626f3848ab18efa9866d2500d94eddc0f780 [file] [log] [blame]
Ioannis Ilkos06e54af2020-01-07 17:06:26 +00001packet {
2 process_tree {
3 processes {
4 pid: 1
5 ppid: 0
6 cmdline: "init"
7 uid: 0
8 }
9 processes {
10 pid: 2
11 ppid: 1
12 cmdline: "com.google.android.gm"
13 uid: 10001
14 }
15 }
16}
17packet {
18 trusted_packet_sequence_id: 999
19 timestamp: 10
20 heap_graph {
21 pid: 2
22 roots {
23 root_type: ROOT_JAVA_FRAME
24 object_ids: 0x01
25 }
26 objects {
27 id: 0x01
28 type_id: 1
29 self_size: 64
30 reference_field_id: 1
31 reference_object_id: 0x02
Ioannis Ilkosa6b702b2020-02-10 10:55:52 +000032 reference_field_id: 2
33 reference_object_id: 0x01
Ioannis Ilkos06e54af2020-01-07 17:06:26 +000034 }
35 objects {
36 id: 0x02
37 type_id: 2
38 self_size: 32
39 }
Ioannis Ilkos032b3bd2020-02-19 10:54:34 +000040 objects {
41 id: 0x03
42 type_id: 3
43 self_size: 32
44 }
Ioannis Ilkos06e54af2020-01-07 17:06:26 +000045 continued: true
46 index: 1
47 }
48}
49packet {
50 trusted_packet_sequence_id: 999
51 heap_graph {
52 pid: 2
Florian Mayer192c15f2020-07-31 10:44:27 +010053 types {
54 id: 1
55 class_name: "FactoryProducerDelegateImplActor"
Ioannis Ilkos06e54af2020-01-07 17:06:26 +000056 }
Florian Mayer192c15f2020-07-31 10:44:27 +010057 types {
58 id: 2
59 class_name: "a"
Ioannis Ilkos06e54af2020-01-07 17:06:26 +000060 }
Florian Mayer192c15f2020-07-31 10:44:27 +010061 types {
62 id: 3
63 class_name: "java.lang.Class<abc[]>"
Ioannis Ilkos032b3bd2020-02-19 10:54:34 +000064 }
Ioannis Ilkos06e54af2020-01-07 17:06:26 +000065 field_names {
66 iid: 1
67 str: "FactoryProducerDelegateImplActor.a"
68 }
Ioannis Ilkosa6b702b2020-02-10 10:55:52 +000069 field_names {
70 iid: 2
71 str: "FactoryProducerDelegateImplActor FactoryProducerDelegateImplActor.b"
72 }
Ioannis Ilkos06e54af2020-01-07 17:06:26 +000073 continued: false
74 index: 2
75 }
76}