Search Unity

WebGL builds crash issue on IOS browsers - Unity3D

Discussion in 'Web' started by humzakhalid, Feb 19, 2018.

  1. humzakhalid

    humzakhalid

    Joined:
    Jun 8, 2016
    Posts:
    13
    Hello,

    Hope you're all doing good. There is a persistance issue I am facing and I have tried every possible solution but still i can't get rid of the issue even on an empty project.

    Bug Explanation:
    • An error is shown at the top of the browser stating "This browser was reloaded because of a problem occurred"
    • This is happening only in all IOS browsers (safari and chrome majorly)
    • The error is inconsistent. Steps to produce are explained in the following heading. It seems if the HTML is heavy and involves more processing, its easier to produce the issue.

      Check following screenshot.


    Steps to re-produced:
    1. Open Safari in any IOS device
    2. Go to any website (like www.google.com)
    3. Navigate to my game link (http://34.236.28.152/n2y/EmptyDemoV1/)
    4. Once the unity scene has fully loaded(even its just a text, it takes time to load the scene), press browser back button
    5. Repeat step 3-5 remaining in the same browser session, will reproduce the bug sometimes on 5th try, sometimes on 3rd and sometimes on 7th (inconsistently occur)
    Things that I have already tried:
    • Optimize WebGL build as much as possible from Unity's side (compression on texture, brotli and gz compression (enabling and disabling), memory size, etc)
    • Disabling cookies from html file (deleting cookies through JS)
    • The only way it seems to be not producing the bug is by disabling the cookies from Safari browser settings in Iphone settings. But that is not the solution because it creates a lot other problems in general session handling on other websites.
    • We have also tried stripping different code sections from the final HTML produced by Unity. Interestingly once it doesn't have the Unity scene div in it and unity related javascript, the problem doesn't occur. Has to do something with Unity webGL?

    Following is the link to a sample Unity WebGL build:
    http://34.236.28.152/n2y/EmptyDemoV1/
    • Once Unity scene is loaded, it has nothing but a dummy screen having a single text "Hello World".

    Looking forward to positive response in getting this issue fixed.
     
  2. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,073
    We don't support mobile browsers yet since the experience is quite hit and miss for the time being due to our export being quite heavy on the JS side of things and thus making the mobile browsers choke every now and then when loading the code.

    Have you tried using the WASM export instead of asm.js? This helps a bit with the loading issues.

    You can also try this tool http://files.unity3d.com/build-report/ after you finish a build. This should load an overview as to what is part of your build and why (we are working on adding this to the editor in the future).
     
  3. humzakhalid

    humzakhalid

    Joined:
    Jun 8, 2016
    Posts:
    13
    Schubkraft thanks a lot for the quick reply,
    I'm aware of WASM export but as I was working in unity 5.5, so never got to try this feature but I will definitely try this now at this point and will also use the tool you mentioned but as I have mentioned, this is specifically an issue with iphone browsers as same game works completely fine on other platforms, I was hoping you could help me out on that specific issue If you can, not as general.
    I'm ready to explore any possibility you throw at me to resolve this issue.
    Thanks.
     
  4. Schubkraft

    Schubkraft

    Unity Technologies

    Joined:
    Dec 3, 2012
    Posts:
    1,073
    Sadly there isn't much more help I can provide since as I said we don't support mobile browsers, just desktop for now.

    Use the build report tool to get rid of as much stuff as you can. That is the only advice for now to get the included components and by this the size of the emitted code as low/small as possible.
     
  5. humzakhalid

    humzakhalid

    Joined:
    Jun 8, 2016
    Posts:
    13
    thank you for all your help, ill work on your advice and see if I can come up with a solution.
    Thanks for your help, really appreciate it.
     
  6. ibyte

    ibyte

    Joined:
    Aug 14, 2009
    Posts:
    1,048
    Hi It has been another 18 months, has there been any further movement to support WebGL on mobile. In particular iOS?
     
  7. jukka_j

    jukka_j

    Unity Technologies

    Joined:
    May 4, 2018
    Posts:
    953
    We are actively investigating, but as of today, unfortunately no official support yet. The original issue reported in this thread read much like out-of-memory issues, given that back button navigation interaction is in play. Browsers cache pages in memory, and e.g. Firefox and Chrome are aggressive to detect wasm content, and exclude them from back button cache history to save memory. It is likely that iOS/Safari does the same for wasm, though the original page was asm.js which may not have had any special consideration.
     
  8. kognito1

    kognito1

    Joined:
    Apr 7, 2015
    Posts:
    331
    Yes currently Safari keeps compiled wasm code in memory; so reloading the page over and over again will cause a crash regardless of how "simple" your 3D scene is (at the moment Safari does not garbage collect code fast enough). However opening up the page in a new tab will give you a "fresh start" so to speak.
     
  9. crafTDev

    crafTDev

    Joined:
    Nov 5, 2008
    Posts:
    1,820
    Hello,

    How about now? Hows the WebGL support coming alonng?

    Thanks,
    crafTDev
     
    alarconjulio_unity likes this.
  10. ManuBera

    ManuBera

    Joined:
    Aug 19, 2021
    Posts:
    70
    Hey,

    is there any way to make a stable WebGL build for Safari? Mine is crashing sometimes even during the loading process at the beginning with the same error message. My client requires a web version that is playable on mobile devices and I really need a solution for this.

    Any help would be highly appreciated!
     
    xaldin-76 and manuelgoellnitz like this.
  11. Dart_Raphael

    Dart_Raphael

    Joined:
    Nov 28, 2019
    Posts:
    1
    well, this problem still exists
     
    ManuBera likes this.
  12. YiXiao1984

    YiXiao1984

    Joined:
    Dec 14, 2018
    Posts:
    2
    The problem is still there
     
  13. unityruba

    unityruba

    Unity Technologies

    Joined:
    Nov 6, 2020
    Posts:
    273
    I'm curious what version of Unity you're using along with the Safari version as well. We've made *many* improvements in 2021.3 and 2022 and added an option to control the WASM heap size as well as texture and audio compression formats. These should all help in making your game more efficient in size and run better on Safari.
     
  14. OceanX000

    OceanX000

    Joined:
    Feb 24, 2021
    Posts:
    120
    We can run most games on iOS safari, except for very heavy content games such as mmo, which are limited to memory
     
  15. YiXiao1984

    YiXiao1984

    Joined:
    Dec 14, 2018
    Posts:
    2
    I am using 2021.3 LTS. I am working on a WebAR project with unity. The project works well on windows and android. But when it runs in ios safari/chrome, the browser crashes randomly. The crash happens more likely when more resources are used. For example, when I turn off the camera, the app works well. When I turn on the camera, and the output resolution is 600 x 800, the crash percentage is less than 10%. When I increase the output resolution to 900x1600, the crash percentage is about 50%. If i increase the output resolution to 1080x1920, the crash percentage is 100%. I guess it's caused by the memory limitation of ios? or a bug of ios?


    The crash logs are as follows:

    {"app_name":"Chrome","timestamp":"2022-08-17 11:37:51.00 +0800","app_version":"104.5112.71","slice_uuid":"4c4c4463-5555-3144-a1c2-559a4c0047de","adam_id":"535886823","build_version":"104.0.5112.71","platform":2,"bundleID":"com.google.chrome.ios","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"iPhone OS 15.6 (19G71)","incident_id":"45641B54-C91C-4273-928C-7C3D00A6CED7","name":"Chrome"}
    {
    "uptime" : 190000,
    "procLaunch" : "2022-08-17 11:37:41.0075 +0800",
    "procRole" : "Foreground",
    "version" : 2,
    "userID" : 501,
    "deployVersion" : 210,
    "modelCode" : "iPhone13,2",
    "procStartAbsTime" : 4646755645637,
    "coalitionID" : 1343,
    "osVersion" : {
    "isEmbedded" : true,
    "train" : "iPhone OS 15.6",
    "releaseType" : "User",
    "build" : "19G71"
    },
    "captureTime" : "2022-08-17 11:37:50.5547 +0800",
    "incident" : "45641B54-C91C-4273-928C-7C3D00A6CED7",
    "bug_type" : "309",
    "pid" : 49588,
    "procExitAbsTime" : 4646981856304,
    "cpuType" : "ARM-64",
    "procName" : "Chrome",
    "procPath" : "\/private\/var\/containers\/Bundle\/Application\/046F448A-417D-4808-84EF-5D9ABA01ECF2\/stable.app\/Chrome",
    "bundleInfo" : {"CFBundleShortVersionString":"104.5112.71","CFBundleVersion":"104.0.5112.71","CFBundleIdentifier":"com.google.chrome.ios","DTAppStoreToolsBuild":"13F100"},
    "storeInfo" : {"storeCohortMetadata":"10|date=1659956400000&sf=143465&pgtp=Search&pgid=77d0bc9c-1f2d-4f0f-8e30-0dc1ccc83603&prpg=Genre_179183&ctxt=Search&issrch=1&imptyp=card&kind=iosSoftware&itpltyp=PI3&lngid=19","itemID":"535886823","deviceIdentifierForVendor":"9510260A-2588-4F83-A7E3-D736CD0A30D6","softwareVersionExternalIdentifier":"851164280","thirdParty":true,"applicationVariant":"1:iPhone13,2:15"},
    "parentProc" : "launchd",
    "parentPid" : 1,
    "coalitionName" : "com.google.chrome.ios",
    "crashReporterKey" : "323f68e40663fb74ddd2fbb9192cde4dcc4481d5",
    "basebandVersion" : "2.70.01",
    "vmRegionInfo" : "0 is not in any region. Bytes before following region: 4300521472\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10054c000-100604000 [ 736K] r-x\/r-x SM=COW ...le.app\/Chrome",
    "isCorpse" : 1,
    "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000000"},
    "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":49588},
    "ktriageinfo" : "VM - Fault hit memory shortage\nVM - Fault hit memory shortage\nVM - Fault hit memory shortage\n",
    "vmregioninfo" : "0 is not in any region. Bytes before following region: 4300521472\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10054c000-100604000 [ 736K] r-x\/r-x SM=COW ...le.app\/Chrome",
    "faultingThread" : 0,
    "threads" : [{"triggered":true,"id":2264642,"threadState":{"x":[{"value":10796488304},{"value":1},{"value":10796488288},{"value":7339562760,"symbolLocation":0,"symbol":"WTF::BlockPtr<void (bool)> WTF::BlockPtr<void (bool)>::fromCallable<WTF::CompletionHandler<void (bool)> >(WTF::CompletionHandler<void (bool)>)::'lambda'(void*, bool)::__invoke(void*, bool)"},{"value":0},{"value":0},{"value":4414935040},{"value":3456},{"value":10796565696},{"value":7339524108,"symbolLocation":0,"symbol":"invocation function for block in WebKit::alertForPermission(WebKit::WebPageProxy&, WebKit::MediaPermissionReason, WebCore::SecurityOriginData const&, WTF::CompletionHandler<void (bool)>&&)"},{"value":10796565688},{"value":3338665986},{"value":15},{"value":4408802048},{"value":3338665988},{"value":9383465264,"symbolLocation":0,"symbol":"_NSConcreteMallocBlock"},{"value":9383465264,"symbolLocation":0,"symbol":"_NSConcreteMallocBlock"},{"value":14730715288459155512,"symbolLocation":14730715279466168320,"symbol":"-[__NSMallocBlock__ retain]"},{"value":0},{"value":0},{"value":4414935040},{"value":10796565680},{"value":10796565680},{"value":8331404069,"objc-selector":"presenting"},{"value":10796420768},{"value":4421777920},{"value":4414935040},{"value":10774555008},{"value":8331483173,"objc-selector":"dismissing"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":1184384586718374996},"cpsr":{"value":1610616832},"fp":{"value":6166356528},"sp":{"value":6166356512},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":7335803868,"matchesCrashFrame":1},"far":{"value":0}},"name":"CrWebMain","queue":"com.apple.main-thread","frames":[{"imageOffset":109532,"symbol":"WTF::CompletionHandler<void (bool)>::eek:perator()(bool)","symbolLocation":24,"imageIndex":0},{"imageOffset":1395796,"symbol":"-[UIAlertController _invokeHandlersForAction:]","symbolLocation":116,"imageIndex":1},{"imageOffset":1395796,"symbol":"-[UIAlertController _invokeHandlersForAction:]","symbolLocation":116,"imageIndex":1},{"imageOffset":7511248,"symbol":"__103-[UIAlertController _dismissAnimated:triggeringAction:triggeredByPopoverDimmingView:dismissCompletion:]_block_invoke.469","symbolLocation":36,"imageIndex":1},{"imageOffset":3825648,"symbol":"-[UIPresentationController transitionDidFinish:]","symbolLocation":1284,"imageIndex":1},{"imageOffset":9371216,"symbol":"__56-[UIPresentationController runTransitionForCurrentState]_block_invoke.461","symbolLocation":212,"imageIndex":1},{"imageOffset":2356304,"symbol":"-[_UIViewControllerTransitionContext completeTransition:]","symbolLocation":124,"imageIndex":1},{"imageOffset":19571932,"symbol":"__UIVIEW_IS_EXECUTING_ANIMATION_COMPLETION_BLOCK__","symbolLocation":36,"imageIndex":1},{"imageOffset":2895780,"symbol":"-[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:]","symbolLocation":728,"imageIndex":1},{"imageOffset":1633540,"symbol":"-[UIViewAnimationState sendDelegateAnimationDidStop:finished:]","symbolLocation":248,"imageIndex":1},{"imageOffset":1717508,"symbol":"-[UIViewAnimationState animationDidStop:finished:]","symbolLocation":244,"imageIndex":1},{"imageOffset":1717868,"symbol":"-[UIViewAnimationState animationDidStop:finished:]","symbolLocation":604,"imageIndex":1},{"imageOffset":835152,"symbol":"CA::Layer::run_animation_callbacks(void*)","symbolLocation":280,"imageIndex":2},{"imageOffset":14896,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":3},{"imageOffset":73544,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":3},{"imageOffset":72600,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":3},{"imageOffset":333824,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":4},{"imageOffset":46852,"symbol":"__CFRunLoopRun","symbolLocation":2532,"imageIndex":4},{"imageOffset":125896,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":4980,"symbol":"GSEventRunModal","symbolLocation":164,"imageIndex":5},{"imageOffset":5327704,"symbol":"-[UIApplication _run]","symbolLocation":1100,"imageIndex":1},{"imageOffset":2711696,"symbol":"UIApplicationMain","symbolLocation":364,"imageIndex":1},{"imageOffset":768228,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":28228,"imageIndex":6},{"imageOffset":105892,"symbol":"start","symbolLocation":520,"imageIndex":7}]},{"id":2264667,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":2264669,"frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":15334360,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":14594360,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264672,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":27952,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":45500,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":4},{"imageOffset":125896,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":103492,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":236,"imageIndex":10},{"imageOffset":372236,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":92,"imageIndex":10},{"imageOffset":4779204,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":524,"imageIndex":1},{"imageOffset":431132,"symbol":"__NSThread__start__","symbolLocation":808,"imageIndex":10},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264673,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":2264674,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":2264675,"name":"NetworkConfigWatcher","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":27952,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":45500,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":4},{"imageOffset":125896,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":103492,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":236,"imageIndex":10},{"imageOffset":9699832,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8959832,"imageIndex":6},{"imageOffset":9694676,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8954676,"imageIndex":6},{"imageOffset":9483156,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8743156,"imageIndex":6},{"imageOffset":9327160,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8587160,"imageIndex":6},{"imageOffset":9570448,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830448,"imageIndex":6},{"imageOffset":9570812,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830812,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264676,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":191764,"symbol":"kevent64","symbolLocation":8,"imageIndex":9},{"imageOffset":9677784,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8937784,"imageIndex":6},{"imageOffset":9677416,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8937416,"imageIndex":6},{"imageOffset":9483156,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8743156,"imageIndex":6},{"imageOffset":9327160,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8587160,"imageIndex":6},{"imageOffset":9570448,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830448,"imageIndex":6},{"imageOffset":9499640,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8759640,"imageIndex":6},{"imageOffset":9570812,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830812,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264677,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554900,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814900,"imageIndex":6},{"imageOffset":9554632,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814632,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264678,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554768,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814768,"imageIndex":6},{"imageOffset":9554680,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814680,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264679,"name":"Web_IOThread","frames":[{"imageOffset":191764,"symbol":"kevent64","symbolLocation":8,"imageIndex":9},{"imageOffset":9677784,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8937784,"imageIndex":6},{"imageOffset":9677416,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8937416,"imageIndex":6},{"imageOffset":9483156,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8743156,"imageIndex":6},{"imageOffset":9327160,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8587160,"imageIndex":6},{"imageOffset":9570448,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830448,"imageIndex":6},{"imageOffset":3713388,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":2973388,"imageIndex":6},{"imageOffset":9570812,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830812,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264680,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554768,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814768,"imageIndex":6},{"imageOffset":9554680,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814680,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264687,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554900,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814900,"imageIndex":6},{"imageOffset":9554632,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814632,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264688,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554900,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814900,"imageIndex":6},{"imageOffset":9554632,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814632,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264689,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":7972,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":33432,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"imageOffset":960104,"symbol":"scavenger_thread_main","symbolLocation":1232,"imageIndex":11},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264696,"name":"ThreadPoolSingleThreadSharedForegroundBlocking0","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554944,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814944,"imageIndex":6},{"imageOffset":9554704,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814704,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264697,"frames":[{"imageOffset":3668,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":2264698,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554900,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814900,"imageIndex":6},{"imageOffset":9554632,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814632,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264700,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554900,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814900,"imageIndex":6},{"imageOffset":9554632,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814632,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264701,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555804,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815804,"imageIndex":6},{"imageOffset":9554900,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814900,"imageIndex":6},{"imageOffset":9554632,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814632,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264737,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":9708828,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8968828,"imageIndex":6},{"imageOffset":9553276,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8813276,"imageIndex":6},{"imageOffset":9555300,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8815300,"imageIndex":6},{"imageOffset":9554768,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814768,"imageIndex":6},{"imageOffset":9554680,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8814680,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264780,"name":"CacheThread_BlockFile","frames":[{"imageOffset":191764,"symbol":"kevent64","symbolLocation":8,"imageIndex":9},{"imageOffset":9677784,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8937784,"imageIndex":6},{"imageOffset":9677416,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8937416,"imageIndex":6},{"imageOffset":9483156,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8743156,"imageIndex":6},{"imageOffset":9327160,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8587160,"imageIndex":6},{"imageOffset":9570448,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830448,"imageIndex":6},{"imageOffset":9570812,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8830812,"imageIndex":6},{"imageOffset":9663468,"symbol":"type metadata accessor for WidgetsMetricLogger","symbolLocation":8923468,"imageIndex":6},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264806,"name":"AVAudioSession Notify Thread","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":27952,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":45500,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":4},{"imageOffset":125896,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":28420,"symbol":"CADeprecated::GenericRunLoopThread::Entry(void*)","symbolLocation":164,"imageIndex":12},{"imageOffset":67824,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":92,"imageIndex":12},{"imageOffset":6572,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":3688,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":2264936,"queue":"com.apple.runningboardservices.background-workloop","frames":[{"imageOffset":5280,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":6884,"symbol":"mach_msg","symbolLocation":76,"imageIndex":9},{"imageOffset":124536,"symbol":"_dispatch_mach_send_and_wait_for_reply","symbolLocation":540,"imageIndex":3},{"imageOffset":125440,"symbol":"dispatch_mach_send_with_result_and_wait_for_reply","symbolLocation":60,"imageIndex":3},{"imageOffset":57100,"symbol":"xpc_connection_send_message_with_reply_sync","symbolLocation":240,"imageIndex":13},{"imageOffset":44332,"symbol":"-[RBSXPCMessage sendToConnection:error:]","symbolLocation":416,"imageIndex":14},{"imageOffset":72012,"symbol":"-[RBSXPCMessage invokeOnConnection:withReturnCollectionClass:entryClass:error:]","symbolLocation":104,"imageIndex":14},{"imageOffset":15840,"symbol":"-[RBSXPCMessage invokeOnConnection:withReturnClass:error:]","symbolLocation":32,"imageIndex":14},{"imageOffset":109780,"symbol":"-[RBSConnection acquireAssertion:error:]","symbolLocation":364,"imageIndex":14},{"imageOffset":150396,"symbol":"-[RBSAssertion acquireWithError:]","symbolLocation":208,"imageIndex":14},{"imageOffset":12520,"symbol":"-[BKSAssertion acquire]","symbolLocation":184,"imageIndex":15},{"imageOffset":17896,"symbol":"-[BKSProcessAssertion acquire]","symbolLocation":756,"imageIndex":15},{"imageOffset":7788,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":3},{"imageOffset":14896,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":3},{"imageOffset":53412,"symbol":"_dispatch_workloop_invoke","symbolLocation":2076,"imageIndex":3},{"imageOffset":91392,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":648,"imageIndex":3},{"imageOffset":4284,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":8},{"imageOffset":3676,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":8}]}],
    "usedImages" : [
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7335694336,
    "size" : 11751424,
    "uuid" : "611f4f51-9b22-393c-9ece-9cb4258c3452",
    "path" : "\/System\/Library\/Frameworks\/WebKit.framework\/WebKit",
    "name" : "WebKit"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7125508096,
    "size" : 25812992,
    "uuid" : "137a95aa-da6d-332c-bc01-e13bb9b6e317",
    "path" : "\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore",
    "name" : "UIKitCore"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7151476736,
    "size" : 3219456,
    "uuid" : "df21293e-9dbf-37a5-8506-d0c7f3d8646c",
    "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/QuartzCore",
    "name" : "QuartzCore"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7084085248,
    "size" : 286720,
    "uuid" : "e3ea4f63-5d11-342a-af19-9f58dbc8e259",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7087243264,
    "size" : 4546560,
    "uuid" : "6b22dd81-3585-3be6-bc77-ba19810ec0f2",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7558610944,
    "size" : 36864,
    "uuid" : "a094e7b5-1d40-37c5-9027-56d86988ec4b",
    "path" : "\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices",
    "name" : "GraphicsServices"
    },
    {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4300521472,
    "size" : 28622848,
    "uuid" : "4c4c4463-5555-3144-a1c2-559a4c0047de",
    "path" : "\/private\/var\/containers\/Bundle\/Application\/046F448A-417D-4808-84EF-5D9ABA01ECF2\/stable.app\/Chrome",
    "name" : "Chrome"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4336582656,
    "size" : 360448,
    "uuid" : "66e1fb26-68f8-379b-a052-eb8b8291b5e1",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 8993521664,
    "size" : 49152,
    "uuid" : "a8989ffb-1414-39dc-a1a8-1534f21923fe",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 8023150592,
    "size" : 221184,
    "uuid" : "9ab02ad0-348c-30cb-99f4-0979c2d47515",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7112376320,
    "size" : 3190784,
    "uuid" : "ee1abaf2-3d71-37fb-9067-15aa79528619",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
    "name" : "Foundation"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7274295296,
    "size" : 21512192,
    "uuid" : "2199c812-0cf5-36d7-9d9f-8ae2c4422d13",
    "path" : "\/System\/Library\/Frameworks\/JavaScriptCore.framework\/JavaScriptCore",
    "name" : "JavaScriptCore"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7244713984,
    "size" : 176128,
    "uuid" : "98e46768-74ff-374c-9b70-303bffce2d33",
    "path" : "\/System\/Library\/PrivateFrameworks\/AudioSession.framework\/AudioSession",
    "name" : "AudioSession"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 8993632256,
    "size" : 249856,
    "uuid" : "b1832133-79dc-3e42-b704-ef71f75a577e",
    "path" : "\/usr\/lib\/system\/libxpc.dylib",
    "name" : "libxpc.dylib"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7273934848,
    "size" : 360448,
    "uuid" : "94debc1e-bee5-3d2d-9377-060e0d9ccc57",
    "path" : "\/System\/Library\/PrivateFrameworks\/RunningBoardServices.framework\/RunningBoardServices",
    "name" : "RunningBoardServices"
    },
    {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7533842432,
    "size" : 73728,
    "uuid" : "7ab28f99-21a8-3753-bc46-4a6463b5c5da",
    "path" : "\/System\/Library\/PrivateFrameworks\/AssertionServices.framework\/AssertionServices",
    "name" : "AssertionServices"
    }
    ],
    "sharedCache" : {
    "base" : 7083753472,
    "size" : 2573041664,
    "uuid" : "d1af4c3c-8ab7-33da-92cc-3e62d7cce66d"
    },
    "vmSummary" : "ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)\nWritable regions: Total=792.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=792.1M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nCG raster data 1600K 2 \nColorSync 112K 7 \nCoreAnimation 2768K 32 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 584.1M 82 \nMALLOC guard page 128K 8 \nMach message 32K 2 \nSTACK GUARD 384K 24 \nStack 13.2M 24 \nVM_ALLOCATE 496K 7 \nWebKit Malloc 192.0M 5 \n__AUTH 5574K 638 \n__AUTH_CONST 30.6M 804 \n__CTF 756 1 \n__DATA 33.6M 796 \n__DATA_CONST 34.9M 811 \n__DATA_DIRTY 3102K 675 \n__FONT_DATA 4K 1 \n__LINKEDIT 219.4M 5 \n__OBJC_CONST 8044K 598 \n__OBJC_RO 92.2M 1 \n__OBJC_RW 3536K 1 \n__TEXT 835.7M 823 \n__UNICODE 592K 1 \ndyld private memory 1024K 1 \nmapped file 403.8M 42 \nshared memory 48K 3 \n=========== ======= ======= \nTOTAL 2.4G 5397 \n",
    "legacyInfo" : {
    "threadTriggered" : {
    "name" : "CrWebMain",
    "queue" : "com.apple.main-thread"
    }
    },
    "trialInfo" : {
    "rollouts" : [
    {
    "rolloutId" : "5fb4245a1bbfe8005e33a1e1",
    "factorPackIds" : {
    },
    "deploymentId" : 240000015
    },
    {
    "rolloutId" : "610d4ab6fc54bc33898403cd",
    "factorPackIds" : {
    "SIRI_UNDERSTANDING_ATTENTION_ASSETS" : "625587c5c34a1e77c8f08a0f",
    "SIRI_UNDERSTANDING_ASR_ASSISTANT" : "628bda2a55784c47e21889d3",
    "SIRI_UNDERSTANDING_NL" : "6297a1cb83aafb67ec2c939f",
    "SIRI_UNDERSTANDING_MORPHUN" : "6201e7dc295c182621ecf027",
    "SIRI_EXPERIENCE_CAM" : "6201e53a867b8a6e14a893bf"
    },
    "deploymentId" : 240000257
    }
    ],
    "experiments" : [
    {
    "treatmentId" : "933be31a-5eb4-4343-ba7a-0c0acffdbcc0",
    "experimentId" : "61a93b78bce7b01d4c40654f",
    "deploymentId" : 400000006
    },
    {
    "treatmentId" : "45e9d198-a7ea-4eec-98f3-30b59eb078be",
    "experimentId" : "61f05f387303d250981c88eb",
    "deploymentId" : 400000016
    }
    ]
    }
    }