Search Unity

Diagnostics not working from command line build

Discussion in 'Unity Cloud Diagnostics' started by BonYeol, Jun 4, 2021.

  1. BonYeol

    BonYeol

    Joined:
    Jan 28, 2021
    Posts:
    1
    Hi~
    I am using CI(Jenkins) for android & iOS build
    My problem is that device app doesn't report exception to diagnostics dashboard.
    but app (building from unity editor) is working on dashboard

    I want to use diagnostics while command line building.
    Please tell me how to fix it.
    Thanks.

    unity: 2018.4.14f1
    command line: -nographics -batchmode -quit -serial <MySerial> -username <MyID> -password <MyPassword> -buildTarget Android -executeMethod <MyFunc> -projectPath ${workspace}\
     
    Last edited: Jun 8, 2021