blob: 0a650254a71f8f203e0758c289d51b82e9b3d547 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# File containing standard options to HostStubGen for Ravenwood
# --debug # To enable debug log on consone
# Keep all classes / methods / fields, but make the methods throw.
--default-throw
--delete-finals
# Uncomment below lines to enable each feature.
# Enable method call hook.
#--default-method-call-hook
# android.platform.test.ravenwood.RavenwoodMethodCallLogger.logMethodCall
#--default-class-load-hook
# com.android.hoststubgen.hosthelper.HostTestUtils.logClassLoaded
|