-
Notifications
You must be signed in to change notification settings - Fork 17
/
ella.settings.template
49 lines (37 loc) · 1.76 KB
/
ella.settings.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copy this file to a file named "ella.settings"
# and change that file if necessary
# set to "true" if the instrumented app will be executed on an emulator *AND*
# the ella server will be run on the host machine of the emulator.
# otherwise set to "false"
ella.use.emulator.host.loopback=true
# if ella.use.emulator.host.loopback is set to "false" *AND*
# ella server will be running on a machine that is different
# from the machine on which instrumentor is run, then set
# the following to the IP address of the machine on which
# the ella server will be run
#ella.server.ip=1.2.3.4
#port number that ella server is listening on
ella.server.port=23745
# directory where ella stores coverage data and other stuff
ella.outdir=ella-out
ella.instrumentor=com.apposcopy.ella.MethodCoverageInstrumentor
#ella.instrumentor=com.apposcopy.ella.CallArgInstrumentor,com.apposcopy.ella.MethodParamInstrumentor
# generate a trace that can be fed to traceview toold
ella.android.debug=false
# file that list names of classes that are excluded from instrumentation
ella.exclude=ella-exclude.txt
# max heap space given to JVM running the instrumentor
ella.instrumentor.max.heapsize=2g
# max heap space given to JVM running the server
ella.server.max.heapsize=2g
# path to "build-tools" inside android SDK
# in default setting, the path is estimated
#ella.android.buildtools.dir=/opt/android-sdk-linux/build-tools/22.0.1/
# android jar to compile (ella runtime library) against
# in default setting, the path is estimated
#ella.android.jar=/opt/android-sdk-linux/platforms/android-19/android.jar
# settings used by jarsigner to sign the instrumented apk
ella.jarsigner.keystore=.android/debug.keystore
ella.jarsigner.storepass=android
ella.jarsigner.keypass=android
ella.jarsigner.alias=androiddebugkey