tast: Associate ARC utility functions to ARC object |
||
Issue descriptionCL:1143103 introduces arc.ARC object which carries several resources (e.g. logcat process). It is suggested by derat@ that we can indicate the dependency that some functions can be called only after arc.New() is called by associate those functions to ARC struct. For example, arc.Command can be changed like: func Command(...) *testexec.Cmd to func (a *ARC) Command(...) *testexec.Cmd
,
Jul 27
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 26