google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.21k stars 328 forks source link

Documentation problem -What the "string" should be? #3809

Open jimmy28year opened 4 years ago

jimmy28year commented 4 years ago

On this page...

Like mentioned in the tilte, there are a lot of commands have string , but how should I find what string I should use?

AWoloszyn commented 4 years ago

The text describing the parameter also describes its contents:

-analytics string
    If non-empty enable analytics using the specified user-id

I.e. if the string is non-empty then it is the specified user-id.

  -gapir-device string
    Device to use. Either 'host' or the friendly name of the device

the string is either host or the friendly name of the device.

jimmy28year commented 4 years ago
-analytics string
    If non-empty enable analytics using the specified user-id

How to find the specified user-id? Can I put anything like "John"?

  -gapir-device string
    Device to use. Either 'host' or the friendly name of the device

Is the name of the connected device (android phone) or a pc's name?