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