Parameters for Android offline instrumentation
Learn more about the parameters you can use when instrumenting Android apps offline, including required parameters, instrumentation flags, and optional parameters.
On this page:
Required parameters
The following table lists the available required parameters.
Parameter | Description |
---|---|
|
The path to the input |
|
The path to the output folder of the When instrumenting an |
|
The path to the Important: This parameter is deprecated. It will be removed in the next version of the offline instrumentation tool.
|
Instrumentation parameters
The following table lists the available instrumentation parameters. At least one instrumentation parameter must be set to true
. If a parameter is not included, its value defaults to false
. If none of the parameters is included, the default is -spy "true"
.
Parameter | Description |
---|---|
|
where |
|
|
|
|
|
|
|
|
Parameters for signing your app with your organization's certificate
The following table lists the parameters to be used to re-sign your app with your organization's certificate. Re-signing your application is optional.
Parameter | Description |
---|---|
|
The full path to the keystore file. If this information is not provided, the app is signed with Perfecto's certificate. |
|
The secure password for the keystore file. |
|
The identifying name for your key. |
|
The secure password for your key. |
Optional parameters
The following table lists the available optional parameters.
Parameter | Description |
---|---|
|
Important: This parameter is deprecated. It will be removed in the next version of the offline instrumentation tool.
|
|
Indicates whether to sign the app. The default is Important: This parameter is deprecated. It will be removed in the next version of the offline instrumentation tool.
|
|
The path to the Android SDK. |
|
Bring up a help message and exits. |
|
Print version information and exits. |