"-useLegacyAOT no" parameter disables ActionScript Sampler

I'm trying to profile my app with Scout on iOS but having trouble getting the ActionScript Sampler enabled.
If I use the legacy AOT to compile, the sampler is enabled, but if I want to compile faster, the sampler is disabled even if I have it set in the launch parameters.
Am I doing something wrong, is this a bug or is this a known feature..?
Thanks!

HI Nimisha,
I have build ipa for  my client mobile project code using using -useLegacyAOT yes , application works fine.
When using  -useLegacyAOT no application crash runtime.
when I debug the code  i got the root cause that the application crash when the following code execute
var cmb:CommandGroupBuilder=commands.asSequence()
Reference
Spicelib-Commands/CommandGroupBuilder.as at master · spicefactory/Spicelib-Commands · GitHub
org.spicefactory.lib.command.builder.CommandGroupBuilder
IOS8.0.2
AIRSDK 15.0.0.302
-useLegacyAOT no(default)
Let me know the workaround
Thanks,
Saravan

Similar Messages

  • Ad-hoc ipa on iOS doesn't allow Actionscript Sampler

    I’m having issues getting the sampler to work with iOS – has anyone else been able to introspect what functions are being called in the Actionscript tab within Scout? I’m getting the following info when I view the Actionscript panel in Scout: “Package your application with the -sampler option”.
    I’m running my swf through TelemetryEasy and then using a bat file to package the swf up for iOS installation. When I run the Scout app on iOS it connects successfully with Scout on my desktop, and it says that the “ActionScript Sampler” is enabled.
    Any assistance or confirmation that it is working for others (and perhaps what setup you’re using) would be much appreciated.
    Need to add to my post above that I’m using ad-hoc mode. When I use interpreter mode the actionscript sampler does work, so am interested as to whether people using the ad-hoc packaging mode are having any luck in Scout.

    Found it here http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca935b-8000.html

  • Parameter disabling

    Hi All,
    I need to disable the parameter depends on the check box selected.
    I cannot use select-options.
    Please help me out.
    Thank u,
    Rohith
    Don't ask basic questions, search the forum for the answers
    Edited by: Vijay Babu Dudla on Jan 15, 2009 4:28 AM

    hI,
    Before asking questions search our SCN for the similar kind of question.
    Hope the following code will help u.
    selection-screen begin of block input with frame title text-000.
    parameters :desktop     radiobutton group rg_f user-command rg_f,
                       in_file type ibipparms-path modif id ps,
                menu     radiobutton group rg_f,
                       sys_file type ibipparms-path modif id as default  '/sapia/iface/in/comm/sapfin/' .
    selection-screen end of block input.
    loop at screen.
        if screen-group1 = 'PS'.
          if desktop = c_x.
            screen-input    = 1.
             sys_file = c_server_path.
          else.
            screen-input    = 0.
          endif.
        endif.
        if screen-group1 = 'AS'.
          if menu = c_x.
            screen-input    = 1.
            clear: in_file.
          else.
            screen-input    = 0.
          endif.
        endif.
        modify screen.
      endloop.
    Thanks.

  • Concurrent Parameter Disable

    Hi ,
    I have one parameter PARAM1 attached with a custom Concurrent program. This parameter basically takes an input like 'Yes' or 'No'. This concurrent program also has another parameter PARAM2 to process purchase orders. Now if we don't pass any value to PARAM2 then the program will run for  bulk data. But if we want to pass any value then we will need the PARAM1 to process it manually.
    My question is how to Disable the PARAM1 while the concurrent program is running for bulk data. I want to avoid human error so that when the program is running for bulk then it should not give you the option to provide data in PARAM1.
    Thanks
    Dishan

    Based on this requirement "if the value of the param1 is null then the param2 should not appear", the following can be achieved:
    - Have PARAM1 accept Yes/No/Null as values
    - Enable PARAM2 for modification only when PARAM1 value is not null, clear if PARAM1 value is cleared
    Definitions
    - PARAM1
    Value Set: AP_SRS_YES_NO_MAND
    Required: As needed
    - PARAM_DUMMY
    Value Set: AR_SRS_NULL
    Display: N
    Default Type: SQL Statement
    Default Value: SELECT 'Y' FROM DUAL WHERE :$FLEX$.AP_SRS_YES_NO_MAND IS NOT NULL
    - PARAM2
    Value Set:AR_SRS_VALIDATE_EXCHRATE -- Create a new one based on it if you need to modify validation parameters such as length and valid characters

  • Parameter Disable

    Hi Senior ABAP Folks ,
    I have three parameters , if my second paramater value is "circle" i have to disable the third parameter .(ie) restrictin the user .
    How to achieve this ?.
    Kinldy help .
    Thanks ,
    Jaga

    Hi,
    try this......
    parameters : a,b,c.
    data f.
    at selection-screen on b.
      if b is not initial.
        move 'X' to f.
        endif.
    at selection-screen output.
      if f is not initial.
        loop at screen.
          if screen-name = 'C'.
            screen-input = 0.
            endif.        
          modify screen.
          endloop.
      endif.
    enter value for second parameter and press enter.
    u can also do like dis........
    PARAMETERS : first,b USER-COMMAND com,second,third.
    AT SELECTION-SCREEN OUTPUT.
      IF b IS NOT INITIAL.
        LOOP AT SCREEN.
          IF screen-name = 'THIRD'.
            screen-input = 0.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
      ELSE.
        LOOP AT SCREEN.
          IF screen-name = 'SECOND'.
            screen-input = 0.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
      ENDIF.
    Cheers,
    Will.
    Edited by: Will smith on Feb 5, 2008 8:01 AM

  • Disable actionscript

    Is there a way to disable actiosnript from a script oustide
    of a movieclip that contains script.
    I have lots of movieclips that contains script in the first
    frame. Is there a way to disable or comment out that script with a
    script oustide of the mc..?

    I may be missing the purpose of what you want to do when, but
    one option would be to have a conditional (if) that surrounds the
    code in the movieclips that tests a variable that you set to true
    or false via the _parent movieclip code.
    You can only comment out code in the authoring mode, not
    during run time.

  • Disabling the creation of sample application for new workspace

    Hi,
    Just wondering if it's possible to disable the sample the application that is created when ever you create a new workspace? Also so that it doesn't create the 'demo' tables and associated sequences. Pretty sure we have this configured at work, but can't remember how we did it.
    Any help appreciated.
    Ta,
    Trent

    Hi,
    Yes it is
    http://download.oracle.com/docs/cd/E14373_01/admin.32/e13371/adm_wrkspc.htm#sthref154
    Br ,Jari

  • How can I pass dynamic value as a user input parameter in discoverer?

    Hi,
    I have a requirement for a discoverer report like this: The report will display only details for Suppliers that have expired (or soon to be) Insurance details. That is the Expiration Date is less than or equal to the day the report is being run plus any days specified in the Number of Days in the Future Parameter.
    The sample code as:
    SELECT s.segment1 vendor_number
    ,s.vendor_name
    ,flv1.meaning classification
    ,pca.certificate_number
    ,pca.certifying_agency
    ,pca.expiration_date
    ,flv2.meaning status
    FROM ap_suppliers s
    ,pos_bus_class_attr pca
    ,fnd_lookup_values flv1
    ,fnd_lookup_values flv2
    WHERE pca.vendor_id = s.vendor_id
    AND flv1.lookup_code = pca.lookup_code
    AND flv1.lookup_type = pca.lookup_type
    AND flv2.lookup_code = pca.class_status
    AND flv2.lookup_type = 'POS_BUS_CLASS_STATUSES'
    AND pca.expiration_date <= trunc(sysdate) + <No. of Days in the Future>
    order by pca.expiration_date asc
    Now the parameter is Number of Days in the Future (Enter the number days in the future to extract the data. This will default to 0).
    Is it possible in discoverer to do so as in query i do that like a condition as pca.expiration_date <= trunc(sysdate) + <No. of Days in the Future>.
    How can I pass <No. of Days in the Future> as a user input parameter in discoverer?
    Please help.

    Hi,
    All you need to do is to create the condition in the discoverer instead of in the query.
    Create a custom folder containing the following sq (note that i removed the condition)l:
    SELECT s.segment1 vendor_number
    ,s.vendor_name
    ,flv1.meaning classification
    ,pca.certificate_number
    ,pca.certifying_agency
    ,pca.expiration_date
    ,flv2.meaning status
    FROM ap_suppliers s
    ,pos_bus_class_attr pca
    ,fnd_lookup_values flv1
    ,fnd_lookup_values flv2
    WHERE pca.vendor_id = s.vendor_id
    AND flv1.lookup_code = pca.lookup_code
    AND flv1.lookup_type = pca.lookup_type
    AND flv2.lookup_code = pca.class_status
    AND flv2.lookup_type = 'POS_BUS_CLASS_STATUSES'
    Then create a discoverer report using this folder using all fields.
    Create a new calculation as (use this exact syntax):
    Sysdate + :No_of_Days_in_the_Future
    Create a new condition:
    pca.expiration_date <= <your calculation>
    To complete it add a sort as you did in the SQL.
    That's it.
    Tamir

  • How do I use Scout to monitor an Actionscript Worker?

    To capture data from an Actionscript Worker, do these 3 things 
    1. in Scout, go to Preferences > Beta Features, and make sure "Start sessions for Actionscript Workers" is enabled.
    2. in Scout, go to Window > Sidebar, and make sure that "Actionscript Sampler" is enabled.
    3. make sure your SWF is opted-in to advanced telemetry.
    Since this a beta feature, we can't guarantee it will always work. Please let us know if you experience any problems.
    Cheers,
    Mark Shepherd
    Scout Engineering

    Simply over-looked that option. I saw one of Mark tutorials using the oscillate behaviour and though that is how you do it. Like so many application there are lots of ways to accomplish the same results so its just as easy to use both of the mentioned behaviours that have been highlighted in this thread.
    thanks

  • Using paramform parameter !!!

    Dear all,
    I would to know, where can i specify the paramform parameter in the sample code delivers with the package:"Oracle Forms Services - Using Run_Report_Object to call Reports with a Parameter Form".
    It's a set of document and sample codes which gives a solution encountred when we try call Report from Form using a parameter form.
    Thank u for your help.

    I just implemented the white paper's RUN_REPORT_OBJECT_PROC procedure yesterday. (We're doing a simple pilot 6i Client Server form/report conversion to Forms10g and 10gAS.)
    To be honest, after reading the white paper I wasn't quite sure what this procedure was going to do. But after implementing it, here's what we see:
    If we pass a PARAMFORM=YES to the procedure using the report_otherparam, an HTML representation of the report's parameter form will be generated for the user.
    In our case, the original report parameter form had a populated list box of payroll periods. The new HTML parameter form even used the boilerplate text from our original parameter form and had a populated list box of the payroll periods. So it basically duplicated the original client/server parameter form into HTML with no work needed from us. I was impressed.
    Our only problem at this point is that when calling the report from our webform, we're being asked for a single signon logon. We don't want to use that yet, but can't find where to turn it off.
    Dave

  • Reinstalling Sample Reports

    I tried adding an all values option for the year parameter in the sample sales analysis file under sales manager. I kept getting an error that the value could not be null even though I didn't click that option and could therefore not click on it anymore. I then tried to restore the file to its original state by overwriting the sales manager report file with a copy from my coworker. Now everytime I am clicking on these shared folder reports to view them I am getting errors like [051710_102341304][][EXCEPTION] Invalid external link base url: 'http://hostname:9704/xmlpserver/'. Is there a way for me to reinstall these sample reports manually so I can get rid of these errors showing up in the OC4J server? Thanks.
    Edited by: whoknows on May 17, 2010 9:10 AM

    When you mention 'I tried to restore the file with a copy from my co-worker', did you go about doing it by uploading the file or did you replace the files(salesCat.rtf and Sales Analysis.xdo) to the following folder?
    \OracleBI\xmlp\XMLP\Reports\Sales Manager\Sales Analysis
    Thanks!

  • Disable AutoCheckin in Easy DMS

    Hello All,
    I want to disable the AutoCheckin functionality of originals in Easy DMS. I was reading that it can be done by changing the registry value of parameter 'Disable Autocheckin' from 0 to 1. I am not able to find this parameter in the registry files. Can someone kindly tell me the full path in the regedit as to how to reach this parameter.
    thanks in advance.
    sachin

    Hi,
    the registry key is:
    HKEY_LOCAL_MACHINE\SOFTWARE\SAP\EasyDMS\General\DisableAutoCheckin
    Regards
    Daniel

  • How Remove Sample User Form CRM 2015 Online

    I have CRM 2015 Online and Use Sample Data And Sample User
    I have remove the Sample Data which is removed but how I remove the Sample User
    There is no option for delete and Disable User in CRM 2015 Online on System User Entity
    One thing More in Office 365 Admin there is No Sample User Exists so that I can delete or Disable
    Muhammad Sohail

    Like Every CRM 2015 Online contain Built in Sample Data (Accounts,Contacts,Leads,Opportunities,Cases,Campaigns,Goals)
    Similarly have CRM User Approx 24 User and these user not showing in Office 365 Licensed User List.
    I remove the sample data and also want to delete or disable that sample (demo) users but how??
    Muhammad Sohail

  • Need help loading xml parameter into component

    I am using a third-party flash component (no source access)
    that takes in a location of an xml file and manipulates it. The
    problem is, I want that file's location to be dynamic and be loaded
    from an argument to the end .swf that can then be forwarded to the
    internal component. How can I load a component at runtime and set
    it's xml_file parameter before/during construction of the object? I
    have tried to drag it to the stage from components and change the
    xml_file parameter in actionscript directly, but by the time this
    change gets triggered the xml has already been read in and it
    doesn't work.
    This may be really simple, but I just can't figure it out. I
    would appreciate anyone who could help. Thanks.

    First, set the size of the component with the setSize method,
    not "height" and "width". That may be the entire source of your
    problem.
    e.g.: this.componentInstanceName.setSize(175, 175);
    Second, I am unsure all the parameters you specify in the
    initialization object are valid {x:10, y:10, height:20, width:20,
    font_color:'#333333', player:"vidPlayer", xml_file:"list.xml"}.
    Only put in the initialization object parameters that are valid for
    the component you are instantiating.
    Third, make sure you are specifying the correct import
    statements for your component at the top of your code. Since it is
    a custom one, I can't help with knowing what to import. The code I
    attached in my first post assumed import statements and the
    components needed in the library, but here are the import
    statements that I used:
    import mx.controls.*;
    import mx.containers.*;//for scrollPane
    import mx.styles.CSSStyleDeclaration;
    import mx.transitions.easing;
    Fourth, don't forget the ignoreWhite method for importing XML
    into Flash:
    XML.prototype.ignoreWhite = true;// sets ignoreWhite
    globally

  • DAQ Buffer... What to pass to the "d as Any" parameter in DAQ_Start

    "While trying to run DAQ_Start(...), I am crashing due to memory access violation. The only thing I can provide so far for this parameter was a Long I declared that stored the reference returned from GlobalAlloc (WinAPI call) passed to DAQ_Start in place of the "d as Any" parameter. The documentation claims that it expects an array of integers though in the provided DLL for my hardware the function has a different parameter type. Am I passing the wrong thing and if so, what do I pass to this function for this parameter?"
    Attachments:
    Sample.txt ‏1 KB

    Well thats straight out of the documentation, which I already knew, but thanks anyway... I found the solution.
    Visual basic wants an address of the memory location. Since VB handles most things as ptrs without you knowing and thus to pass an array you would usaully pass byref. However, based on the type expected this would not work. I was trying other ways to simply pass the address of my array (reference) however they never worked. Finally I was racking my brain for other ways to pass something by reference and recalled that iun C/C++ I could pass the first element. I never imagined this would work VB, but it did. After further investigation, I realized that passing arrays to DLLs when using VB is special and you have to treat the function
    as though it were C.

Maybe you are looking for

  • Can you help me with my External Hard Drive?

    Hey everyone, I'm having a big problem with my external hard drives. Firstly, I'll give you all the information I think you might need- * I'm running on Mac OSX 10.4.11. * I have the most recent release 13" Macbook and it has plenty of memory left. *

  • HTML format , setting header and footer on a page

    Hi, I am generating a report in HTML format . In this I need to display the header and footer on each page .I tried to design the report layout according to the page.When I take the printout of these pages the header and footer are not in place . One

  • How to merge text files and put the result in a text file.

    Hi, I am trying to merge the files(text) using OWB and I would like to put the result in a file. Could any one please explain how to do this. Thanks and regards Gowtham Sen.

  • Vat after migo_gr

    Hi all... I have this situation: during migo_gr from purchase order I must have the vat recordet to an account ; after miro this account should be cleared with the value posted there and put to another vat account.. The condition Navs is designed for

  • Safari Home Page On Secure Wifi Network Login

    My employer has a very secure guest network. Sometimes when I log in and connect, my Ipad goes directly to Apple.com. This causes a problem because if I hit the Home key so I can open Safari, my Ipad disconnects from the WiFi network and I get a "not