Privacy/Reviews/SnappySymbolicServer: Difference between revisions

m
Corrected example payloads
m (Corrected example payloads)
Line 67: Line 67:
| GET /
| GET /
| main thread call stacks (list of function addresses) and memory maps collected from transient main-thread hangs
| main thread call stacks (list of function addresses) and memory maps collected from transient main-thread hangs
| Example: <code><nowiki>[{"stack":["0x247E0"], "memoryMap":[[0, "mozjs.exe", 200000, 2, "3680D18BE79648BEB6FA92475B2636B9", "mozjs.pdb"]]}]</nowiki></code>
| Example: <code><nowiki>[{"stack":["0x247E0"], "memoryMap":[[0, "mozjs.dll", 200000, 2, "E9DC73C71231454A80C1AB0D5B9B4C6F", "mozjs.pdb"]]}]</nowiki></code>
|-
|-
| ''Out:''  
| ''Out:''  
| HTTP Response
| HTTP Response
| symbols for each of the functions on the call stacks
| symbols for each of the functions on the call stacks
| Example: <code><nowiki>[["JS::Value::isPrimitive() in mozjs.exe"]]</nowiki></code>  
| Example: <code><nowiki>[["JS::Value::isPrimitive() in mozjs.dll"]]</nowiki></code>  
|}
|}


Confirmed users
356

edits