gapid icon indicating copy to clipboard operation
gapid copied to clipboard

Documentation problem -What the "string" should be?

Open jimmy28year opened this issue 5 years ago • 2 comments

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?

jimmy28year avatar Apr 21 '20 18:04 jimmy28year

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.

AWoloszyn avatar Apr 21 '20 18:04 AWoloszyn

-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?

jimmy28year avatar Apr 21 '20 23:04 jimmy28year